Skip to content

Commit 2731c6b

Browse files
committed
Remove extra spaces
1 parent ff6c501 commit 2731c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Topologies/topology2d.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function _Topology2D(
454454
end
455455
end
456456
end
457-
# 6).
457+
# 6).
458458
comm_vertex_lengths = zeros(Int, length(send_elem_pids))
459459
ghost_vertex_neighbor_loc = Int[]
460460
ghost_vertex_comm_idx_offset = ones(Int, length(ghost_vertex_offset))
@@ -492,7 +492,7 @@ function _Topology2D(
492492
end
493493
unique!(perimeter_elems)
494494
internal_elems = setdiff(1:length(local_elem_gidx), perimeter_elems)
495-
# 7).
495+
# 7).
496496
comm_face_lengths = zeros(Int, length(send_elem_pids))
497497
ghost_face_neighbor_loc = Vector{Int}(undef, length(ghost_faces))
498498
ghost_face_gcidx = zeros(Int, length(ghost_faces))

0 commit comments

Comments
 (0)