Skip to content

Commit fc09db0

Browse files
committed
format
1 parent e059c41 commit fc09db0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/numerical.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,7 @@ struct LargeObjectiveQuadraticCoefficient <: AbstractNumericalIssue
332332
coefficient::Float64
333333
end
334334

335-
function ModelAnalyzer.variables(
336-
issue::LargeObjectiveQuadraticCoefficient,
337-
)
335+
function ModelAnalyzer.variables(issue::LargeObjectiveQuadraticCoefficient)
338336
return [issue.variable1, issue.variable2]
339337
end
340338

0 commit comments

Comments
 (0)