From 70bf4689fccefc6d9276da05766597b6cba3833d Mon Sep 17 00:00:00 2001 From: Rebecca Date: Wed, 29 Oct 2025 15:49:04 +0000 Subject: [PATCH] Fixed whitespace Removed excess line of whitespace. --- qutebrowser/config/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py index cd68c6fec..72c259769 100644 --- a/qutebrowser/config/config.py +++ b/qutebrowser/config/config.py @@ -341,7 +341,6 @@ class Config(QObject): log.config.debug("Config option changed: {} = {}".format( opt.name, value)) - def _check_yaml(self, opt: 'configdata.Option', save_yaml: bool) -> None: """Make sure the given option may be set in autoconfig.yml.""" if save_yaml and opt.no_autoconfig: