mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -876,7 +876,7 @@ func BenchmarkWhereOps(b *testing.B) {
|
||||
j := rand.Intn(i + 1)
|
||||
seq[i], seq[j] = seq[j], seq[i]
|
||||
}
|
||||
//results, err = ns.Where(context.Background(), test.seq, test.key, test.op, test.match)
|
||||
// results, err = ns.Where(context.Background(), test.seq, test.key, test.op, test.match)
|
||||
runOps := func(b *testing.B, op, match string) {
|
||||
_, err := ns.Where(ctx, seq, "foo", op, match)
|
||||
if err != nil {
|
||||
@@ -901,5 +901,4 @@ func BenchmarkWhereOps(b *testing.B) {
|
||||
runOps(b, "like", "^bar")
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user