Skip to content

Commit 27d5dfe

Browse files
committed
Format
1 parent fe7da52 commit 27d5dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ using ModelingToolkit: t_nounits as t, D_nounits as D
228228
sts = @variables x1(t) = 0.0
229229
eqs = [D(x1) ~ 1.1 * x1]
230230
@mtkbuild sys = ODESystem(eqs, t)
231-
prob = ODEProblem{false}(sys, [], (0, 1); u0_constructor = x->SVector(x...))
231+
prob = ODEProblem{false}(sys, [], (0, 1); u0_constructor = x -> SVector(x...))
232232
```
233233

234234
## Using a custom independent variable

0 commit comments

Comments
 (0)