From 528b48dab6639f98afe19ea0231c263dba8faa78 Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Mon, 15 Jan 2018 15:51:14 -0500 Subject: [PATCH] fix line too --- qutebrowser/config/configcommands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config/configcommands.py b/qutebrowser/config/configcommands.py index 8b6c3ce3f..014235bf7 100644 --- a/qutebrowser/config/configcommands.py +++ b/qutebrowser/config/configcommands.py @@ -97,7 +97,8 @@ class ConfigCommands: no_cmd_split=True, no_replace_variables=True) @cmdutils.argument('command', completion=configmodel.bind) @cmdutils.argument('win_id', win_id=True) - def bind(self, win_id, key=None, command=None, *, mode='normal', default=False): + def bind(self, win_id, key=None, command=None, *, mode='normal', + default=False): """Bind a key to a command. Args: