Skip to content

Commit 0c02cd9

Browse files
committed
fmt
1 parent 268c17e commit 0c02cd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

url/tests/unit.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ use alloc::string::{String, ToString};
4141
use alloc::vec::Vec;
4242
use core::cell::{Cell, RefCell};
4343
#[cfg(feature = "std")]
44-
use std::{dbg, path::{Path, PathBuf}};
44+
use std::{
45+
dbg,
46+
path::{Path, PathBuf},
47+
};
4548
use url::{form_urlencoded, Host, Origin, Url};
4649

4750
/// `std` version of `net`

0 commit comments

Comments
 (0)