Skip to content

Commit 10cea74

Browse files
committed
fmt
1 parent 5378d69 commit 10cea74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/http-client/tests/integration.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ pub static TESTS_PHP_DIR: LazyLock<PathBuf> = LazyLock::new(|| {
3232

3333
#[test]
3434
fn test_php() {
35-
use std::process::Command;
36-
use std::thread::sleep;
37-
use std::time::Duration;
35+
use std::{process::Command, thread::sleep, time::Duration};
3836

3937
let router = TESTS_PHP_DIR.join("router.php");
4038
let server = Command::new("php")
@@ -58,4 +56,4 @@ fn test_php() {
5856
sleep(Duration::from_secs(1));
5957

6058
test_php_script(&*DYLIB_PATH, TESTS_PHP_DIR.join("test.php"));
61-
}
59+
}

0 commit comments

Comments
 (0)