Skip to content

Commit

Permalink
Fix insconsistent indentation (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawin authored Mar 21, 2024
1 parent 86e4740 commit aaec158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plot_storage.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export plot_storage_level_inter, plot_storage_level_intra

"""
plot_storage_level_inter(energy_problem)
plot_storage_level_inter(energy_problem)
Given an energy problem, display a line graph of the inter storage level.
"""
Expand All @@ -24,7 +24,7 @@ function plot_storage_level_inter(energy_problem::EnergyProblem)
end

"""
plot_storage_level_intra(energy_problem)
plot_storage_level_intra(energy_problem)
Given an energy problem, display a line graph of the intra storage level.
"""
Expand Down

0 comments on commit aaec158

Please sign in to comment.