cargo fmt

This commit is contained in:
qdequele
2020-02-26 18:49:17 +01:00
parent f182afc50b
commit dda08d60d2
14 changed files with 77 additions and 67 deletions

View File

@ -179,7 +179,7 @@ pub fn wait_update_id(server: &mut TestBackend<Service<Data>>, update_id: u64) {
let response: Value = serde_json::from_slice(&buf).unwrap();
if response["status"] == "processed" {
return
return;
}
block_on(sleep(Duration::from_secs(1)));
}