Fix format

This commit is contained in:
Sergio Gasquez 2022-05-23 11:17:55 +02:00
parent c71816c872
commit 87eac18e26

View File

@ -85,7 +85,7 @@ fn index() -> content::RawHtml<&'static str> {
fn manifest() -> content::RawJson<&'static str> { fn manifest() -> content::RawJson<&'static str> {
content::RawJson( content::RawJson(
r#" r#"
{ {
"name": "ESP ", "name": "ESP ",
"new_install_prompt_erase": true, "new_install_prompt_erase": true,
"builds": [ "builds": [
@ -158,8 +158,8 @@ fn manifest() -> content::RawJson<&'static str> {
] ]
} }
] ]
} }
"# "#,
) )
} }