From 8f0dba8f04a7a18fd8cab4549650b461a1863bf4 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Thu, 1 Feb 2024 19:58:22 -0800 Subject: [PATCH] update file to match new formatting from black --- jrnl/editor.py | 6 +++--- 1 file 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 + ) }, ) )