update file to match new formatting from black

This commit is contained in:
Jonathan Wren 2024-02-01 19:58:22 -08:00
parent 5c7483aa2b
commit 8f0dba8f04
No known key found for this signature in database

View file

@ -58,9 +58,9 @@ def get_text_from_stdin() -> str:
MsgText.WritingEntryStart, MsgText.WritingEntryStart,
MsgStyle.TITLE, MsgStyle.TITLE,
{ {
"how_to_quit": MsgText.HowToQuitWindows "how_to_quit": (
if on_windows() MsgText.HowToQuitWindows if on_windows() else MsgText.HowToQuitLinux
else MsgText.HowToQuitLinux )
}, },
) )
) )