Skip to content

Commit 2d37145

Browse files
committed
fmt
1 parent 9630821 commit 2d37145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poll.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use crate::Result;
1616
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
1717
pub struct PollFd <'fd> {
1818
pollfd: libc::pollfd,
19-
_fd: std::marker::PhantomData<BorrowedFd<'fd>>
19+
_fd: std::marker::PhantomData<BorrowedFd<'fd>>,
2020
}
2121

2222
impl<'fd> PollFd<'fd> {

0 commit comments

Comments
 (0)