Skip to content

Commit 9f6f27e

Browse files
committed
Reformat a bit
1 parent 6feb5bc commit 9f6f27e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bench/src/main/scala/ky/korins/blake3/benchmark/Blake3Benchmark.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ class Blake3Benchmark {
3636
}
3737

3838
@Benchmark
39-
def newHasher(): Unit = {
40-
Blake3.newHasher()
39+
def newHasher(): Unit =
40+
Blake3
41+
.newHasher()
4142
.update(data)
4243
.done(hashBytes)
43-
}
4444

4545
@Benchmark
4646
def reusedHaser(): Unit =

0 commit comments

Comments
 (0)