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

Commit

Permalink
gofmt -s
Browse files Browse the repository at this point in the history
mitchellh committed Nov 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ef219f8 commit 0cb468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashstructure_test.go
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ func TestHash_identity(t *testing.T) {
// We run the test 100 times to try to tease out variability
// in the runtime in terms of ordering.
valuelist := make([]uint64, 100)
for i, _ := range valuelist {
for i := range valuelist {
v, err := Hash(tc, nil)
if err != nil {
t.Fatalf("Error: %s\n\n%#v", err, tc)

0 comments on commit 0cb468a

Please sign in to comment.