mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
cargo fmt
This commit is contained in:
parent
89be091f87
commit
7f87af7d5e
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue