aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/console/html_output_formatter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/console/html_output_formatter.rs')
-rw-r--r--crates/shirabe/src/console/html_output_formatter.rs2
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 {