From f9c878cbad59a98490e832703f19abf49bd6738f Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 10 Oct 2021 10:55:39 -0400 Subject: lib: sha_test: reformat import statement --- lib/sha1_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/sha1_test.go b/lib/sha1_test.go index 93fdb6f..71b1296 100644 --- a/lib/sha1_test.go +++ b/lib/sha1_test.go @@ -3,9 +3,7 @@ package lib -import ( - "testing" -) +import "testing" func TestSha1Hash(t *testing.T) { sha1 := Sha1{} -- cgit v1.2.3