summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_qtutils.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-24 12:24:06 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-24 12:24:06 +0100
commit75ef6194ca6b25ed6a4d7c07746af69149db48ed (patch)
treefe310436b7472bf891ef3a910a612217a0da8b27 /tests/unit/utils/test_qtutils.py
parent46b44b1b2d9e6a934b02b759f564233b50578583 (diff)
downloadqutebrowser-75ef6194ca6b25ed6a4d7c07746af69149db48ed.tar.gz
qutebrowser-75ef6194ca6b25ed6a4d7c07746af69149db48ed.zip
Fix trailing whitespace
Diffstat (limited to 'tests/unit/utils/test_qtutils.py')
-rw-r--r--tests/unit/utils/test_qtutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utils/test_qtutils.py b/tests/unit/utils/test_qtutils.py
index 949855343..2d98feece 100644
--- a/tests/unit/utils/test_qtutils.py
+++ b/tests/unit/utils/test_qtutils.py
@@ -522,7 +522,7 @@ if test_file is not None:
yield
try:
pathlib.Path(test_file.TESTFN).unlink()
- except FileNotFoundError:
+ except FileNotFoundError:
pass
class PyIODeviceTestMixin: