diff options
Diffstat (limited to 'crates/shirabe/src/console')
| -rw-r--r-- | crates/shirabe/src/console/html_output_formatter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/console/html_output_formatter.rs b/crates/shirabe/src/console/html_output_formatter.rs index b516c83..4ee87a1 100644 --- a/crates/shirabe/src/console/html_output_formatter.rs +++ b/crates/shirabe/src/console/html_output_formatter.rs @@ -66,7 +66,7 @@ impl HtmlOutputFormatter { &pattern, |matches| self.format_html(matches), &formatted, - )?)) + ))) } fn format_html(&self, matches: &IndexMap<CaptureKey, String>) -> String { |
