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> {
|
||||
content::RawJson(
|
||||
r#"
|
||||
{
|
||||
{
|
||||
"name": "ESP ",
|
||||
"new_install_prompt_erase": true,
|
||||
"builds": [
|
||||
@ -158,8 +158,8 @@ fn manifest() -> content::RawJson<&'static str> {
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"#
|
||||
}
|
||||
"#,
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user