From 367c0b38a6787bebf6ee5af864be1574ad40b24a Mon Sep 17 00:00:00 2001 From: aliculPix4D Date: Tue, 5 Apr 2022 15:56:13 +0200 Subject: [PATCH] fix: remove redundant newline (linter error) --- internal/sleepit/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/sleepit/main.go b/internal/sleepit/main.go index 5186e478..5a3433a2 100644 --- a/internal/sleepit/main.go +++ b/internal/sleepit/main.go @@ -20,8 +20,7 @@ Commands default Use default action: on reception of SIGINT terminate abruptly handle Handle signals: on reception of SIGINT perform cleanup before exiting - version Show the sleepit version -` + version Show the sleepit version` var ( // Filled by the linker.