Skip to content

Commit 174c0dd

Browse files
committed
format files
1 parent c29ea5e commit 174c0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ext-test/cpu/makie/makie_ext.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ end
213213
add_line!(b, ψ₁, ψ₂; fmt = "r--")
214214
add_arc!(b, ψ₁, ψ₂)
215215
add_arc!(b, ψ₂, ψ₃, ψ₁)
216-
add_states!(b, [ψ₂, ψ₃], kind = :point, meth = :l)
216+
add_states!(b, [ψ₂, ψ₃], kind = :point, meth = :l)
217217
try
218218
fig, lscene = render(b)
219219
@test !isnothing(fig)

0 commit comments

Comments
 (0)