Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Feb 4, 2023
1 parent 8bb5fb2 commit 4ee339f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reactor/registration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mod impl_ {
fn from(raw: RawSocket) -> Self {
Self { raw }
}
}
}

impl Registration {
/// Registers the object into the reactor.
Expand Down Expand Up @@ -76,7 +76,7 @@ mod impl_ {
fn from(raw: RawFd) -> Self {
Self::Fd(raw)
}
}
}

impl From<Signal> for Registration {
fn from(signal: Signal) -> Self {
Expand Down

0 comments on commit 4ee339f

Please sign in to comment.