Skip to content

Commit

Permalink
Clean up trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney committed May 1, 2020
1 parent 67ec2c1 commit fe62962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct tcp_keepalive {

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

Expand Down

0 comments on commit fe62962

Please sign in to comment.