mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
cargo fmt
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user