Skip to content

Commit fef619a

Browse files
committed
Fix missing comma
1 parent 47981f8 commit fef619a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nhs_neighbor_lists.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct NeighborListsNeighborhoodSearch{NDIMS, NHS, NL, PB}
3131

3232
function NeighborListsNeighborhoodSearch{NDIMS}(search_radius, n_particles;
3333
periodic_box_min_corner = nothing,
34-
periodic_box_max_corner = nothing
34+
periodic_box_max_corner = nothing,
3535
backend = VectorOfVectors{Int}) where {
3636
NDIMS
3737
}

0 commit comments

Comments
 (0)