summaryrefslogtreecommitdiffstats
path: root/jrnl/editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'jrnl/editor.py')
-rw-r--r--jrnl/editor.py6
1 files changed, 3 insertions, 3 deletions
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
+ )
},
)
)