mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-19 23:05:49 +01:00
cargo fmt
This commit is contained in:
@ -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> {
|
||||
|
Reference in New Issue
Block a user