Skip to content

Commit

Permalink
Yes master formatter I apologize for my grave transgressions
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Mar 28, 2024
1 parent ee0ea83 commit 95ae36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/model_getters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function get_model_config(parsed_args)
if !(config valid_configurations)
error_message = string(
"config = $config is not one of the ",
"valid configurations $valid_configurations"
"valid configurations $valid_configurations",
)
throw(ArgumentError(error_message))
end
Expand Down

0 comments on commit 95ae36e

Please sign in to comment.