Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 0cb468a

Browse files
committed
gofmt -s
1 parent ef219f8 commit 0cb468a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashstructure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestHash_identity(t *testing.T) {
3939
// We run the test 100 times to try to tease out variability
4040
// in the runtime in terms of ordering.
4141
valuelist := make([]uint64, 100)
42-
for i, _ := range valuelist {
42+
for i := range valuelist {
4343
v, err := Hash(tc, nil)
4444
if err != nil {
4545
t.Fatalf("Error: %s\n\n%#v", err, tc)

0 commit comments

Comments
 (0)