Skip to content

Commit

Permalink
Merge pull request bradfitz#17 from bronze1man/pr-gofmt
Browse files Browse the repository at this point in the history
gofmt
  • Loading branch information
bradfitz committed Mar 7, 2014
2 parents 799dd6f + 783b5db commit 4c711e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memcache/memcache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestUnixSocket(t *testing.T) {
if _, err := os.Stat(sock); err == nil {
break
}
time.Sleep(time.Duration(25 * i) * time.Millisecond)
time.Sleep(time.Duration(25*i) * time.Millisecond)
}

testWithClient(t, New(sock))
Expand Down

0 comments on commit 4c711e6

Please sign in to comment.