diff --git a/src/core/optimization_container.jl b/src/core/optimization_container.jl index 4611822529..9686a1d06d 100644 --- a/src/core/optimization_container.jl +++ b/src/core/optimization_container.jl @@ -508,8 +508,8 @@ function _make_system_expressions!( ExpressionKey(ActivePowerBalance, PSY.DCBus) => _make_container_array(dc_bus_numbers, time_steps), ExpressionKey(ActivePowerBalance, PSY.ACBus) => - # Bus numbers are sorted to guarantee consistency in the order between the - # containers + # Bus numbers are sorted to guarantee consistency in the order between the + # containers _make_container_array(sort!(ac_bus_numbers), time_steps), ) return