From 7f87af7d5e57e5d621478a5b789aad5c3c0f918f Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 18 Nov 2023 21:33:38 -0500 Subject: [PATCH] cargo fmt --- crates/docs/src/lib.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crates/docs/src/lib.rs b/crates/docs/src/lib.rs index faa90e6baa3..5fc3d5753a5 100644 --- a/crates/docs/src/lib.rs +++ b/crates/docs/src/lib.rs @@ -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",