Skip to content

Commit 1854c8d

Browse files
fix indentation
1 parent cc88ba4 commit 1854c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Electrical/digital.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ end
4646
u0 = []
4747
prob = ODEProblem(sys, u0, (0, 1.5))
4848
sol = solve(prob, Rosenbrock23())
49-
@test sol.retcode == :Success
50-
@test sol[and.y.val] == _and.(sol[one.d.val], sol[two.d.val])
49+
@test sol.retcode == :Success
50+
@test sol[and.y.val] == _and.(sol[one.d.val], sol[two.d.val])
5151

5252
nand_eqs = [
5353
connect(one.d, nand.x1)

0 commit comments

Comments
 (0)