Skip to content

Commit d4ead69

Browse files
format
1 parent 5f4a0b8 commit d4ead69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lattices.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ end
180180

181181
@testset "FiniteStrip" begin
182182
for L in 2:8, n in 2:4
183-
N = n*L
183+
N = n * L
184184
lattice = FiniteStrip(L, N)
185185
V = vertices(lattice)
186186

@@ -197,7 +197,7 @@ end
197197

198198
# Test next-nearest neighbors
199199
NNN = next_nearest_neighbours(lattice)
200-
@test length(NNN) == 2N - 2L - (2n - 2) # coordination number 4 - edge effects
200+
@test length(NNN) == 2N - 2L - (2n - 2) # coordination number 4 - edge effects
201201
@test allunique(NNN)
202202
end
203203
end

0 commit comments

Comments
 (0)