mirror of
https://github.com/sharkdp/bat
synced 2026-07-22 16:53:19 +00:00
cargo fmt
This commit is contained in:
+1
-5
@@ -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