mirror of
https://github.com/sharkdp/bat
synced 2026-08-03 18:51:44 +00:00
Rustfmt
This commit is contained in:
committed by
David Peter
parent
7c98a1c901
commit
155bad3862
+2
-1
@@ -270,7 +270,8 @@ impl App {
|
||||
.collect::<Result<Vec<OutputComponent>>>()
|
||||
}))?;
|
||||
|
||||
matches.value_of("style")
|
||||
matches
|
||||
.value_of("style")
|
||||
.map(|styles| {
|
||||
styles
|
||||
.split(",")
|
||||
|
||||
Reference in New Issue
Block a user