Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 5, 2024
1 parent ca2e34b commit 16aad36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples/optimal_control/feedback_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ result_univ = Optimization.solve(optprob, PolyOpt(), callback = cb)
```

```@example udeneuralcontrol
cb(result_univ, result_univ.minimum; makeplot=true)
```
cb(result_univ, result_univ.minimum; makeplot = true)
```

0 comments on commit 16aad36

Please sign in to comment.