Skip to content

Commit

Permalink
Reformat again
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jun 12, 2024
1 parent 4c964a0 commit ac18b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/neighborhood_search.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles,
periodic_box_min_corner = periodic_boxes[i][1],
periodic_box_max_corner = periodic_boxes[i][2],
backend=Vector{Vector{Int32}}),
backend = Vector{Vector{Int32}}),
]
neighborhood_searches_names = [
"`TrivialNeighborhoodSearch`",
Expand Down Expand Up @@ -125,7 +125,7 @@
GridNeighborhoodSearch{NDIMS}(search_radius, n_particles),
NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles),
NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles,
backend=Vector{Vector{Int32}}),
backend = Vector{Vector{Int32}}),
]

neighborhood_searches_names = [
Expand Down

0 comments on commit ac18b79

Please sign in to comment.