Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB committed Dec 16, 2023
1 parent 17c817e commit e3effd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/html_handlebars/hbs_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ fn build_header_links(html: &str, html_config: &HtmlConfig) -> String {
caps.get(2).map(|x| x.as_str().to_string()),
caps.get(3).map(|x| x.as_str().to_string()),
&mut id_counter,
&html_config
&html_config,
)
})
.into_owned()
Expand Down

0 comments on commit e3effd4

Please sign in to comment.