mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Inline format! args wherever possible
This commit is contained in:
@@ -430,7 +430,7 @@ pub fn build_app(interactive_output: bool) -> Command {
|
||||
});
|
||||
|
||||
if let Some(invalid) = invalid_vals.next() {
|
||||
Err(format!("Unknown style, '{}'", invalid))
|
||||
Err(format!("Unknown style, '{invalid}'"))
|
||||
} else {
|
||||
Ok(val.to_owned())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user