mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +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,
|
||||
MsgStyle.TITLE,
|
||||
{
|
||||
"how_to_quit": MsgText.HowToQuitWindows
|
||||
if on_windows()
|
||||
else MsgText.HowToQuitLinux
|
||||
"how_to_quit": (
|
||||
MsgText.HowToQuitWindows if on_windows() else MsgText.HowToQuitLinux
|
||||
)
|
||||
},
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue