Reformat source code

This commit is contained in:
2023-03-15 12:27:43 -05:00
parent d7d2a3fcf6
commit 19e84bac07
5 changed files with 33 additions and 33 deletions

View File

@@ -22,7 +22,7 @@ Arguments
- `consider_startup_costs`:
If true, the start-up costs are averaged over each unit production; otherwise the production costs stay the same.
"""
Base.@kwdef struct AELMP <: PricingMethod
Base.@kwdef struct AELMP <: PricingMethod
allow_offline_participation::Bool = true
consider_startup_costs::Bool = true
end
end