Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Nov 19, 2023
1 parent 89be091 commit 7f87af7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/docs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,12 @@ fn render_package_index(root_module: &LoadedModule) -> String {
// The HTML for the index page
let mut index_buf = String::new();

push_html(&mut index_buf, "h2", vec![("class", "module-name")], "Exposed Modules");
push_html(
&mut index_buf,
"h2",
vec![("class", "module-name")],
"Exposed Modules",
);
push_html(
&mut index_buf,
"ul",
Expand Down

0 comments on commit 7f87af7

Please sign in to comment.