Skip to content

Commit 16aad36

Browse files
format
1 parent ca2e34b commit 16aad36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/examples/optimal_control/feedback_control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ result_univ = Optimization.solve(optprob, PolyOpt(), callback = cb)
8888
```
8989

9090
```@example udeneuralcontrol
91-
cb(result_univ, result_univ.minimum; makeplot=true)
92-
```
91+
cb(result_univ, result_univ.minimum; makeplot = true)
92+
```

0 commit comments

Comments
 (0)