cargo fmt

This commit is contained in:
realaravinth
2021-06-30 20:14:15 +05:30
parent 9f940c317a
commit c05888d648
4 changed files with 7 additions and 9 deletions

View File

@@ -161,8 +161,7 @@ mod tests {
#[test]
fn feature() {
actix_rt::System::new()
.block_on(async move { get_pow_config_works().await });
actix_rt::System::new().block_on(async move { get_pow_config_works().await });
}
async fn get_pow_config_works() {