Commit 7f1e29f
committed
Fix formatting line splits in DataDrivenDiffEq.jl
Fixed 1 instance of unnecessary line split:
- lib/DataDrivenSparse/test/cartpole.jl: Fixed 1 complex mathematical expression with division operation in cartpole dynamics
The change follows Catalyst.jl PR #1306 guidelines to improve readability
by keeping semantically related expressions on single lines while staying
under 120 character limits.
Related to: JuliaFormatter.jl PR #934
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent abbf726 commit 7f1e29f
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments