From 4ee339f7150e2b1615581cf64a92af050c2e01a3 Mon Sep 17 00:00:00 2001 From: jtnunley Date: Fri, 3 Feb 2023 16:35:14 -0800 Subject: [PATCH] rustfmt --- src/reactor/registration.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {