Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic committed Aug 5, 2021
1 parent 51c7eb7 commit 0331d28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 0331d28

Please sign in to comment.