Skip to content

Commit

Permalink
Minor whitespace fix in runtime_params.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Jun 24, 2024
1 parent 915f75c commit 4fed696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl Default for Cli {
_ if image_path.is_none() => image_path = Some(word),
word => warn!(
"Found argument '{word}' which wasn't expected, or isn't valid in this context
If you tried to supply `{word}` as a value rather than a flag, use `-- {word}`"
),
};
Expand Down

0 comments on commit 4fed696

Please sign in to comment.