Skip to content

Commit

Permalink
Revert extra newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Sep 17, 2019
1 parent 129d11e commit a4543ec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/generated/Deterministic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function Deterministic{T}(component, label, resolution, initial_time, data, star
Deterministic(component, label, resolution, initial_time, data, start_index, horizon, InfrastructureSystemsInternal())
end


"""Get Deterministic component."""
get_component(value::Deterministic) = value.component
"""Get Deterministic label."""
Expand Down
1 change: 0 additions & 1 deletion src/generated/Probabilistic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function Probabilistic{T}(component, label, resolution, initial_time, percentile
Probabilistic(component, label, resolution, initial_time, percentiles, data, start_index, horizon, InfrastructureSystemsInternal())
end


"""Get Probabilistic component."""
get_component(value::Probabilistic) = value.component
"""Get Probabilistic label."""
Expand Down
1 change: 0 additions & 1 deletion src/generated/ScenarioBased.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function ScenarioBased{T}(component, label, resolution, initial_time, scenario_c
ScenarioBased(component, label, resolution, initial_time, scenario_count, data, start_index, horizon, InfrastructureSystemsInternal())
end


"""Get ScenarioBased component."""
get_component(value::ScenarioBased) = value.component
"""Get ScenarioBased label."""
Expand Down
1 change: 0 additions & 1 deletion src/utils/generate_structs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function {{struct_name}}{T}({{#parameters}}{{^internal}}{{name}}, {{/internal}}{
{{struct_name}}({{#parameters}}{{^internal}}{{name}}, {{/internal}}{{/parameters}}InfrastructureSystemsInternal())
end
{{/parametric}}
{{#has_null_values}}
# Constructor for demo purposes; non-functional.
Expand Down

0 comments on commit a4543ec

Please sign in to comment.