diff --git a/jrnl/editor.py b/jrnl/editor.py index 61afed3c..2226ad1d 100644 --- a/jrnl/editor.py +++ b/jrnl/editor.py @@ -58,9 +58,9 @@ def get_text_from_stdin() -> str: MsgText.WritingEntryStart, MsgStyle.TITLE, { - "how_to_quit": MsgText.HowToQuitWindows - if on_windows() - else MsgText.HowToQuitLinux + "how_to_quit": ( + MsgText.HowToQuitWindows if on_windows() else MsgText.HowToQuitLinux + ) }, ) )