Skip to content

Commit ea7455e

Browse files
committed
format check
1 parent bc33f81 commit ea7455e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jump.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ function JuMP.add_variable(
6464
name * "_assess",
6565
),
6666
)
67-
67+
6868
# forecast variables can't have bounds
6969
if JuMP.has_lower_bound(forecast.plan)
7070
@warn "Forecast variable lower bound will be removed."
7171
JuMP.delete_lower_bound(forecast.plan)
7272
JuMP.delete_lower_bound(forecast.assess)
7373
end
74-
74+
7575
if JuMP.has_upper_bound(forecast.plan)
7676
@warn "Forecast variable upper bound will be removed."
7777
JuMP.delete_upper_bound(forecast.plan)

0 commit comments

Comments
 (0)