From 53bc7fa320c261ea13fce17457417634d1468878 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 30 Mar 2021 13:31:26 -0500 Subject: [PATCH] format --- cmd/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/util.go b/cmd/util.go index a398280..c4e717b 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -65,4 +65,4 @@ func Debugf(format string, a ...interface{}) { if GetConfig().Debug { fmt.Printf(format, a...) } -} \ No newline at end of file +}