Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b61a47

Browse files
committed
cargo fmt
1 parent 4753e64 commit 3b61a47

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

git-url/tests/parse/mod.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,7 @@ mod unknown {
120120
fn basic() -> crate::Result {
121121
assert_url_roundtrip(
122122
"abc://example.com/~byron/hello",
123-
url(
124-
Scheme::Ext("abc".into()),
125-
None,
126-
"example.com",
127-
None,
128-
b"/~byron/hello",
129-
),
123+
url(Scheme::Ext("abc".into()), None, "example.com", None, b"/~byron/hello"),
130124
)
131125
}
132126
}

0 commit comments

Comments
 (0)