From 64731c2053c546a15093b39a81eb0a26ad7ea100 Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Wed, 29 Jun 2016 21:23:42 +0200 Subject: [PATCH] Fix confusing indent --- qutebrowser/commands/runners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/commands/runners.py b/qutebrowser/commands/runners.py index 78f691191..4fc80f630 100644 --- a/qutebrowser/commands/runners.py +++ b/qutebrowser/commands/runners.py @@ -287,7 +287,7 @@ class CommandRunner(QObject): result.cmd.run(self._win_id, args) if (result.cmdline[0] != 'repeat-command' and - result.cmd.mode_allowed(usertypes.KeyMode.normal)): + result.cmd.mode_allowed(usertypes.KeyMode.normal)): global last_command last_command = (self._parse_count(text)[1], count if count is not None else result.count)