cargo fmt

This commit is contained in:
Martin Nordholts 2021-08-05 20:21:18 +02:00
parent 51c7eb7ac1
commit 0331d28ee4
1 changed files with 1 additions and 5 deletions

View File

@ -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> {