Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 5, 2023
1 parent 94e4810 commit 3e8da3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/feedforward/feedforward_arguments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ function _add_feedforward_slack_variables!(container::OptimizationContainer,
lower_bound = 0.0
)
add_to_objective_invariant_expression!(
container,
variable_container[name, t] * BALANCE_SLACK_COST,
)
container,
variable_container[name, t] * BALANCE_SLACK_COST,
)
end

end
return
end
Expand Down

0 comments on commit 3e8da3b

Please sign in to comment.