From d751c2af88b8aecc4231365366f2dee62b61891d Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Tue, 3 Aug 2021 14:23:47 -0500 Subject: [PATCH] Reformat source code --- src/model/formulations/GenMorRam2017/startstop.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/model/formulations/GenMorRam2017/startstop.jl b/src/model/formulations/GenMorRam2017/startstop.jl index 6dbb74a..e99ecfe 100644 --- a/src/model/formulations/GenMorRam2017/startstop.jl +++ b/src/model/formulations/GenMorRam2017/startstop.jl @@ -43,7 +43,8 @@ function _add_startup_shutdown_limit_eqs!( gi = g.name if g.initial_power > g.shutdown_limit - eqs.shutdown_limit[gi, 0] = @constraint(mip, vars.switch_off[gi, 1] <= 0) + eqs.shutdown_limit[gi, 0] = + @constraint(mip, vars.switch_off[gi, 1] <= 0) end for t in 1:T