Browse Source

Remove blank line whitespace

Nick Harrison 1 year ago
parent
commit
be31e7e71a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/options.py

+ 1 - 1
modules/options.py

@@ -85,7 +85,7 @@ class Options:
 
 
         if self.data is not None:
         if self.data is not None:
             if key in self.data or key in self.data_labels:
             if key in self.data or key in self.data_labels:
-            
+
                 # Check that settings aren't globally frozen
                 # Check that settings aren't globally frozen
                 assert not cmd_opts.freeze_settings, "changing settings is disabled"
                 assert not cmd_opts.freeze_settings, "changing settings is disabled"