summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/sha1_test.go4
1 files changed, 1 insertions, 3 deletions
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{}