From cd9307b597831297daadf8bc159a9d61c5ee9f23 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 17 Jun 2021 09:17:13 +0200 Subject: [PATCH] format --- highlight/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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