summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-05-26 16:31:00 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-05-26 16:31:00 +0200
commite5c2c0fb799c4a2837aeedaabd366e0c7c299575 (patch)
treeb459ae4a230d495449796d63a1c1dda9b2842990
parent286c91c01e94da742b45fb6cffeb0ae5825519fe (diff)
downloadqutebrowser-e5c2c0fb799c4a2837aeedaabd366e0c7c299575.tar.gz
qutebrowser-e5c2c0fb799c4a2837aeedaabd366e0c7c299575.zip
Fix indent
-rw-r--r--tests/unit/utils/test_error.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/utils/test_error.py b/tests/unit/utils/test_error.py
index a1a7ea6de..f8847d39a 100644
--- a/tests/unit/utils/test_error.py
+++ b/tests/unit/utils/test_error.py
@@ -92,5 +92,5 @@ def test_err_windows(qtbot, qapp, pre_text, post_text, expected, caplog):
with caplog.at_level(logging.ERROR):
error.handle_fatal_exc(ValueError("exception"), 'title',
- pre_text=pre_text, post_text=post_text,
- no_err_windows=False)
+ pre_text=pre_text, post_text=post_text,
+ no_err_windows=False)