cargo fmt

This commit is contained in:
Richard Feldman 2023-11-18 21:33:38 -05:00
parent 89be091f87
commit 7f87af7d5e
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -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",