Skip to content

Commit 9980f25

Browse files
committed
Long lines
1 parent 8378757 commit 9980f25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/net_tcp.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,8 @@ mod test {
13871387
let sock = result::unwrap(move connect_result);
13881388
13891389
// This is what we are actually testing!
1390-
assert net::ip::format_addr(&sock.get_peer_addr()) == ~"127.0.0.1";
1390+
assert net::ip::format_addr(&sock.get_peer_addr()) ==
1391+
~"127.0.0.1";
13911392
assert net::ip::get_port(&sock.get_peer_addr()) == 8887;
13921393

13931394
// Fulfill the protocol the test server expects

0 commit comments

Comments
 (0)