Skip to content

Commit cd66420

Browse files
committed
format
1 parent 7c547f1 commit cd66420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visualization.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ end
187187
label_extension = "", start_from = 1,
188188
exclude = []) where {Condition, Affect! <: AnalysisCallback}
189189
t = tstops(cb)
190-
@assert length(t) > start_from "The keyword argument `start_from` needs to be smaller than the number of timesteps: $(length(t))"
190+
@assert length(t)>start_from "The keyword argument `start_from` needs to be smaller than the number of timesteps: $(length(t))"
191191
subplot = 1
192192
layout --> length(what)
193193
if :integrals in what

0 commit comments

Comments
 (0)