Skip to content

Commit 5ffb715

Browse files
committed
Reformat
1 parent 0a7f5d1 commit 5ffb715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/run_benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function run_benchmark_default(benchmark, n_points_per_dimension, iterations; kw
9191
GridNeighborhoodSearch{NDIMS}(search_radius = 0.0f0,
9292
cell_list = FullGridCellList(; search_radius = 0.0f0,
9393
min_corner, max_corner)),
94-
PrecomputedNeighborhoodSearch{NDIMS}(),
94+
PrecomputedNeighborhoodSearch{NDIMS}()
9595
]
9696

9797
names = ["GridNeighborhoodSearch";;

0 commit comments

Comments
 (0)