Skip to content

Commit c4e721c

Browse files
author
Brad Carman
committed
format
1 parent d88ec11 commit c4e721c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/stream_connectors.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ end
2828
vars = @variables begin m_flow(t), [connect = Flow] end
2929

3030
# equations ---------------------------
31-
eqs = Equation[
32-
m_flow ~ 0
33-
]
31+
eqs = Equation[m_flow ~ 0]
3432

3533
ODESystem(eqs, t, vars, pars; name)
3634
end
@@ -332,7 +330,7 @@ end
332330

333331
# equations ---------------------------
334332
eqs = [
335-
dm ~ 0
333+
dm ~ 0,
336334
]
337335

338336
ODESystem(eqs, t, vars, pars; name)

0 commit comments

Comments
 (0)