From 228c3c995463f7bf713ee7a46c562b09c41b1909 Mon Sep 17 00:00:00 2001 From: Klaas <kliffen@astron.nl> Date: Tue, 19 Jul 2022 13:23:05 +0200 Subject: [PATCH] Fix black layout --- map/cool_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/cool_module.py b/map/cool_module.py index dc41ad7..bd9416c 100644 --- a/map/cool_module.py +++ b/map/cool_module.py @@ -2,5 +2,5 @@ def greeter(): - """ Prints a nice message """ + """Prints a nice message""" print("Hello World!") -- GitLab