Skip to content

Commit a6f8889

Browse files
committed
format
1 parent 8c393e2 commit a6f8889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jumps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function VariableRateJump(rate, affect!;
165165
interp_points = 10,
166166
abstol = 1e-12, reltol = 0)
167167
if !(urate !== nothing && rateinterval !== nothing) &&
168-
!(urate === nothing && rateinterval === nothing)
168+
!(urate === nothing && rateinterval === nothing)
169169
error("`urate` and `rateinterval` must both be `nothing`, or must both be defined.")
170170
end
171171

0 commit comments

Comments
 (0)