Skip to content

Commit 54087bf

Browse files
committed
Remove some unneeded braces
1 parent 3ff8607 commit 54087bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/socket/sockopt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use {Errno, Result};
33
use sys::time::TimeVal;
44
use libc::{c_int, uint8_t, c_void, socklen_t};
55
#[cfg(target_os = "linux")]
6-
use libc::{sockaddr_in};
6+
use libc::sockaddr_in;
77
use std::mem;
88
use std::os::unix::io::RawFd;
99

0 commit comments

Comments
 (0)