mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
Inline format!
args wherever possible
This commit is contained in:
@@ -13,6 +13,6 @@ fn main() {
|
||||
|
||||
println!("Themes:");
|
||||
for theme in printer.themes() {
|
||||
println!("- {}", theme);
|
||||
println!("- {theme}");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user