Skip to content

Commit fe62962

Browse files
pfmooneyPatrick Mooney
authored andcommitted
Clean up trailing whitespace
1 parent 67ec2c1 commit fe62962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct tcp_keepalive {
6363

6464
#[cfg(target_os = "wasi")]
6565
pub fn set_opt<T: Copy>(_sock: Socket, _opt: c_int, _val: c_int,
66-
_payload: T) -> io::Result<()> {
66+
_payload: T) -> io::Result<()> {
6767
Ok(())
6868
}
6969

0 commit comments

Comments
 (0)