Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 2, 2024
1 parent 420aaf0 commit f2b99a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntex-util/src/services/variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ mod tests {
} else {

Check warning on line 314 in ntex-util/src/services/variant.rs

View workflow job for this annotation

GitHub Actions / Rustfmt (stable)

Diff in /home/runner/work/ntex/ntex/ntex-util/src/services/variant.rs
Poll::Pending
}
});
}).await;

assert!(service.ready().await.is_ok());
service.shutdown().await;
Expand Down

0 comments on commit f2b99a9

Please sign in to comment.