mirror of
https://github.com/sharkdp/bat
synced 2025-02-25 11:47:13 +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…
Add table
Reference in a new issue