Trimmed whitespaces on qt/tools/genhooks_gui.py

This commit is contained in:
evandrocoan 2023-01-21 12:50:53 -03:00 committed by Damien Elmes
parent 77bba533ea
commit c32f14f7cb

View file

@ -708,7 +708,7 @@ For example:
def mytest(web: AnkiWebView):
page = os.path.basename(web.page().url().path())
if page != "graphs.html":
return
return
web.eval(
"""
div = document.createElement("div");