mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-21 07:31:34 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
0298b979c9
commit
834017a7e6
@ -67,8 +67,11 @@ pub async fn load_state(
|
|||||||
}
|
}
|
||||||
|
|
||||||
let old_processes_to_remove: Vec<ProcessId> = [
|
let old_processes_to_remove: Vec<ProcessId> = [
|
||||||
"chain:app_store:sys", "downloads:app_store:sys", "main:app_store:sys",
|
"chain:app_store:sys",
|
||||||
"blog:kino_updates:sys", "globe:kino_updates:sys",
|
"downloads:app_store:sys",
|
||||||
|
"main:app_store:sys",
|
||||||
|
"blog:kino_updates:sys",
|
||||||
|
"globe:kino_updates:sys",
|
||||||
"kns_indexer:kns_indexer:sys",
|
"kns_indexer:kns_indexer:sys",
|
||||||
]
|
]
|
||||||
.iter()
|
.iter()
|
||||||
|
Loading…
Reference in New Issue
Block a user