From: Simon Ruderich Date: Tue, 6 Apr 2021 09:47:55 +0000 (+0200) Subject: remote: go fmt X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=2a08d176811fe8adf95234dc3c0d9a7eb7539e8a remote: go fmt --- diff --git a/cmd/safcm-remote/main.go b/cmd/safcm-remote/main.go index 64889c5..bf5159f 100644 --- a/cmd/safcm-remote/main.go +++ b/cmd/safcm-remote/main.go @@ -30,9 +30,9 @@ import ( ) func usage() { - log.Fatalf("usage: %[1]s sync\n"+ - "usage: %[1]s ainsl [options] ", - os.Args[0]) + log.Fatalf("usage: %[1]s sync\n"+ + "usage: %[1]s ainsl [options] ", + os.Args[0]) } func main() {