Skip to content

Commit efbf33b

Browse files
committed
format
1 parent 7627064 commit efbf33b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ModelAnalyzer.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ abstract type AbstractData end
1111

1212
abstract type AbstractAnalyzer end
1313

14-
1514
"""
1615
analyze(analyzer::AbstractAnalyzer, model::JuMP.Model; kwargs...)
1716
@@ -25,7 +24,6 @@ See [`summarize`](@ref), [`list_of_issues`](@ref), and
2524
"""
2625
function analyze end
2726

28-
2927
"""
3028
summarize([io::IO,] AbstractData; verbose = true, max_issues = typemax(Int), kwargs...)
3129

0 commit comments

Comments
 (0)