Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed May 13, 2024
1 parent 7ee475a commit c131f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/neighbor_lists_nhs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function initialize!(search::NeighborListsNeighborhoodSearch,
initialize_neighbor_lists!(neighbor_lists, neighborhood_search, x, y)
end

function update!(search::NeighborListsNeighborhoodSearch, x::AbstractMatrix,
y::AbstractMatrix;
function update!(search::NeighborListsNeighborhoodSearch,
x::AbstractMatrix, y::AbstractMatrix;
particles_moving = (true, true))
(; neighborhood_search, neighbor_lists) = search

Expand Down

0 comments on commit c131f90

Please sign in to comment.