Skip to content

Commit

Permalink
Try to please the formatter because it is my master and I am nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Mar 28, 2024
1 parent 66bdf9f commit ee0ea83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/solver/model_getters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ function get_model_config(parsed_args)
valid_configurations = ("sphere", "column", "box", "plane")

if !(config valid_configurations)
error_message = string("config = $config is not one of the ",
"valid configurations $valid_configurations")
error_message = string(
"config = $config is not one of the ",
"valid configurations $valid_configurations"
)
throw(ArgumentError(error_message))
end

Expand Down

0 comments on commit ee0ea83

Please sign in to comment.