Skip to content

Commit 7e620f8

Browse files
committed
std: Long lines
1 parent 6b42e6b commit 7e620f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/uvtmp.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ fn delete_thread(thread: thread) {
6565
rustrt::rust_uvtmp_delete_thread(thread)
6666
}
6767

68-
fn connect(thread: thread, req_id: u32, ip: str, ch: comm::chan<iomsg>) -> connect_data {
68+
fn connect(thread: thread, req_id: u32,
69+
ip: str, ch: comm::chan<iomsg>) -> connect_data {
6970
str::as_buf(ip) {|ipbuf|
7071
rustrt::rust_uvtmp_connect(thread, req_id, ipbuf, ch)
7172
}

0 commit comments

Comments
 (0)