Fix format
This commit is contained in:
parent
c71816c872
commit
87eac18e26
@ -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> {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
"#
|
"#,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user