Skip to content

Commit e48e1ee

Browse files
committed
Minor whitespace fix in runtime_params.rs
1 parent bfbdf18 commit e48e1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime_params.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl Default for Cli {
8787
_ if image_path.is_none() => image_path = Some(word),
8888
word => warn!(
8989
"Found argument '{word}' which wasn't expected, or isn't valid in this context
90-
90+
9191
If you tried to supply `{word}` as a value rather than a flag, use `-- {word}`"
9292
),
9393
};

0 commit comments

Comments
 (0)