diff --git a/highlight/src/lib.rs b/highlight/src/lib.rs index ae8f7b88..b7bfeba8 100644 --- a/highlight/src/lib.rs +++ b/highlight/src/lib.rs @@ -293,8 +293,7 @@ impl HighlightConfiguration { /// /// When highlighting, results are returned as `Highlight` values, which contain the index /// of the matched highlight this list of highlight names. - pub fn configure(&mut self, recognized_names: &[impl AsRef]) - { + pub fn configure(&mut self, recognized_names: &[impl AsRef]) { let mut capture_parts = Vec::new(); self.highlight_indices.clear(); self.highlight_indices