diff --git a/src/reactor/registration.rs b/src/reactor/registration.rs index 2096427..37b62a1 100644 --- a/src/reactor/registration.rs +++ b/src/reactor/registration.rs @@ -16,7 +16,7 @@ mod impl_ { fn from(raw: RawSocket) -> Self { Self { raw } } - } + } impl Registration { /// Registers the object into the reactor. @@ -76,7 +76,7 @@ mod impl_ { fn from(raw: RawFd) -> Self { Self::Fd(raw) } - } + } impl From for Registration { fn from(signal: Signal) -> Self {