From d7005ad256d743470c175500468f29acf9ded5e2 Mon Sep 17 00:00:00 2001 From: DGKSK8LIFE Date: Tue, 20 Jul 2021 11:12:34 -0700 Subject: [PATCH] removed unnecessary extra line --- copy.go | 2 +- utils/output.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copy.go b/copy.go index 068f671..20ddd6e 100644 --- a/copy.go +++ b/copy.go @@ -38,4 +38,4 @@ func (c Config) CopyToHash() error { return err } return nil -} +} \ No newline at end of file diff --git a/utils/output.go b/utils/output.go index 0bd6ba4..77019ea 100644 --- a/utils/output.go +++ b/utils/output.go @@ -18,4 +18,4 @@ func printKey(id string, m interface{}) { } } fmt.Println() -} +} \ No newline at end of file