mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
update file to match new formatting from black
This commit is contained in:
parent
5c7483aa2b
commit
8f0dba8f04
1 changed files with 3 additions and 3 deletions
|
@ -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
|
)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue