Skip to content

Commit ef0240b

Browse files
committed
fmt
1 parent 34dee7a commit ef0240b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/tests/net/windows_unix_socket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ fn echo() {
6868
fn path_too_long() {
6969
let long = "\\\\?\\".to_string() + &"a".repeat(300);
7070
assert!(UnixListener::bind(long).is_err());
71-
}
71+
}

0 commit comments

Comments
 (0)