Fix formatting

This commit is contained in:
karimpwnz 2021-01-04 04:38:41 +02:00
parent 1e00ef73eb
commit ccf7d22a2d

View file

@ -11,6 +11,7 @@ from .color import ERROR_COLOR
from .color import RESET_COLOR from .color import RESET_COLOR
from .os_compat import on_windows from .os_compat import on_windows
def get_text_from_editor(config, template=""): def get_text_from_editor(config, template=""):
suffix = ".jrnl" suffix = ".jrnl"
if config["template"]: if config["template"]: