mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-20 20:08:58 +00:00
cargo fmt
This commit is contained in:
parent
51c7eb7ac1
commit
0331d28ee4
@ -120,11 +120,7 @@ impl HighlightingAssets {
|
||||
}
|
||||
}
|
||||
|
||||
Ok(HighlightingAssets::new(
|
||||
Some(syntax_set),
|
||||
None,
|
||||
theme_set,
|
||||
))
|
||||
Ok(HighlightingAssets::new(Some(syntax_set), None, theme_set))
|
||||
}
|
||||
|
||||
pub fn from_cache(cache_path: &Path) -> Result<Self> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user