Skip to content

Commit

Permalink
Add one linebreak after welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
Savones committed Dec 12, 2023
1 parent 09566fc commit 7aaa59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def welcome_messages(self):
"""Tulostaa sovelluksen käynnistyksen yhteydessä näytettävät tervetuloviestit."""

self._io.write("Tervetuloa viitteidenhallinta-sovellukseen!")
self._io.write("Syötä 'help' nähdäksesi eri komennot.")
self._io.write("Syötä 'help' nähdäksesi eri komennot.\n")

0 comments on commit 7aaa59b

Please sign in to comment.