Skip to content

Commit

Permalink
pep8 style
Browse files Browse the repository at this point in the history
  • Loading branch information
athompson673 authored Jan 14, 2025
1 parent 825d59e commit 69c5b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/editor/widgets/editorstack/editorstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@ def create_new_editor(self, fname, enc, txt, set_current, new=False,
add_newline=self.add_newline,
format_on_save=self.format_on_save,
multi_cursor_enabled=self.multicursor_support,
mouse_shortcuts = self.mouse_shortcuts
mouse_shortcuts=self.mouse_shortcuts
)

if cloned_from is None:
Expand Down

0 comments on commit 69c5b47

Please sign in to comment.