Skip to content

Commit

Permalink
Remove uneeded unit
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Sep 17, 2022
1 parent 7a2e5a7 commit 1a92b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pty/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ fn read(mut length: u32, blocking: bool, stream: HANDLE, using_pipes: bool) -> R
unsafe {
match length {
0 => {
()

}
_ => {
// let chars_read_ptr = chars_read.as_mut_ptr();
Expand Down

0 comments on commit 1a92b29

Please sign in to comment.