Skip to content

Commit 2b0460a

Browse files
committed
Style
1 parent e607d44 commit 2b0460a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/url.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ fn decode_inner(c: &str, full_url: bool) -> DecodeResult<String> {
132132
};
133133

134134
// Only decode some characters if full_url:
135-
match Vec::<u8>::from_hex(&bytes)
136-
.unwrap()[0] as char {
135+
match Vec::<u8>::from_hex(&bytes).unwrap()[0] as char {
137136
// gen-delims:
138137
':' |
139138
'/' |

0 commit comments

Comments
 (0)