Commit 1aff553
committed
Fix formatting line splits in Optimization.jl
Fixed 6 instances of unnecessary line splits across multiple files:
- src/auglag.jl: Fixed 1 complex mathematical expression with sum operations
- src/lbfgsb.jl: Fixed 1 identical complex mathematical expression
- lib/OptimizationMetaheuristics/src/OptimizationMetaheuristics.jl: Fixed 1 arithmetic expression for population_rand
- lib/OptimizationMetaheuristics/test/runtests.jl: Fixed 2 mathematical expressions in rosenbrock function
- lib/OptimizationNLPModels/test/runtests.jl: Fixed 1 mathematical expression in brown_dennis function
- lib/OptimizationMOI/test/runtests.jl: Fixed 1 arithmetic expression in OptimizationSystem
All changes follow 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 1535a3a commit 1aff553
File tree
6 files changed
+7
-14
lines changed- lib
- OptimizationMOI/test
- OptimizationMetaheuristics
- src
- test
- OptimizationNLPModels/test
- src
6 files changed
+7
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
| 235 | + | |
237 | 236 | | |
238 | 237 | | |
239 | 238 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
0 commit comments