Skip to content

Commit 903068c

Browse files
committed
Long lines
1 parent b0cf106 commit 903068c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/net_url.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@ fn get_authority(rawurl: ~str) ->
423423
pass_host_port {
424424
// multiple colons means ipv6 address.
425425
if in == unreserved {
426-
return result::err(@~"Illegal characters in IPv6 address.");
426+
return result::err(
427+
@~"Illegal characters in IPv6 address.");
427428
}
428429
st = ip6_host;
429430
}

0 commit comments

Comments
 (0)