Skip to content

Commit bffe12b

Browse files
committed
gofmt
1 parent b8cabce commit bffe12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assert/assert_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func BenchmarkMKeyExistsOKIdiom(b *testing.B) {
274274
for n := 0; n < b.N; n++ {
275275
_, ok := bs[1]
276276
if ok {
277-
found = ok
277+
found = ok
278278
}
279279
}
280280
_ = found

0 commit comments

Comments
 (0)