style: cargo fmt

This commit is contained in:
overtrue
2026-08-22 07:53:36 +08:00
parent 378d46c54a
commit d33e489d84
3 changed files with 8 additions and 12 deletions
@@ -540,11 +540,7 @@ where
F: FnOnce() -> Fut,
Fut: std::future::Future<Output = ()>,
{
temp_env::async_with_vars(
[(ENV_TEST_FORCE_IMMEDIATE_TRANSITION_ENQUEUE_TIMEOUT, Some("1"))],
test_fn(),
)
.await;
temp_env::async_with_vars([(ENV_TEST_FORCE_IMMEDIATE_TRANSITION_ENQUEUE_TIMEOUT, Some("1"))], test_fn()).await;
}
mod serial_tests {