mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-23 19:18:31 +02:00
Rustfmt
This commit is contained in:
parent
7c98a1c901
commit
155bad3862
@ -270,7 +270,8 @@ impl App {
|
|||||||
.collect::<Result<Vec<OutputComponent>>>()
|
.collect::<Result<Vec<OutputComponent>>>()
|
||||||
}))?;
|
}))?;
|
||||||
|
|
||||||
matches.value_of("style")
|
matches
|
||||||
|
.value_of("style")
|
||||||
.map(|styles| {
|
.map(|styles| {
|
||||||
styles
|
styles
|
||||||
.split(",")
|
.split(",")
|
||||||
|
Loading…
Reference in New Issue
Block a user