Skip to content

Commit 0baad6f

Browse files
🤖 Format .jl files (#349)
Co-authored-by: tmigot <[email protected]>
1 parent 426c8b3 commit 0baad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/run_local.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
end
3434

3535
@info "RUN"
36-
@time result = with_logger(ConsoleLogger(Error)) do # remove warnings
36+
@time result = with_logger(ConsoleLogger(Error)) do # remove warnings
3737
if "params.json" in (path == "" ? readdir() : readdir(path))
3838
loadparams!(suite, BenchmarkTools.load("params.json")[1], :evals, :samples)
3939
end

0 commit comments

Comments
 (0)