mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
cargo fmt
This commit is contained in:
parent
89be091f87
commit
7f87af7d5e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user