mirror of
https://github.com/sharkdp/bat
synced 2024-11-27 14:20:45 +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(
|
||||
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…
Reference in a new issue