mirror of
https://github.com/sharkdp/bat
synced 2025-02-25 19:57:15 +00:00
cargo fmt
This commit is contained in:
parent
51c7eb7ac1
commit
0331d28ee4
1 changed files with 1 additions and 5 deletions
|
@ -120,11 +120,7 @@ impl HighlightingAssets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(HighlightingAssets::new(
|
Ok(HighlightingAssets::new(Some(syntax_set), None, theme_set))
|
||||||
Some(syntax_set),
|
|
||||||
None,
|
|
||||||
theme_set,
|
|
||||||
))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn from_cache(cache_path: &Path) -> Result<Self> {
|
pub fn from_cache(cache_path: &Path) -> Result<Self> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue