From 8ddb062401fc5046a6dd1a41785130de8665730a Mon Sep 17 00:00:00 2001 From: Aleksandr Kazachkov Date: Wed, 21 Jul 2021 16:27:11 -0400 Subject: [PATCH] Removed extraneous end --- src/model/formulations/base/unit.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/model/formulations/base/unit.jl b/src/model/formulations/base/unit.jl index 0867722..fc14ded 100644 --- a/src/model/formulations/base/unit.jl +++ b/src/model/formulations/base/unit.jl @@ -174,8 +174,6 @@ function _add_shutdown_cost_eqs!(model::JuMP.Modle, g::Unit)::Nothing end end # loop over time end # _add_shutdown_cost_eqs! - -end """ _add_ramp_eqs!(model, unit, formulation)