Skip to content

Commit 4ee339f

Browse files
committed
rustfmt
1 parent 8bb5fb2 commit 4ee339f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactor/registration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mod impl_ {
1616
fn from(raw: RawSocket) -> Self {
1717
Self { raw }
1818
}
19-
}
19+
}
2020

2121
impl Registration {
2222
/// Registers the object into the reactor.
@@ -76,7 +76,7 @@ mod impl_ {
7676
fn from(raw: RawFd) -> Self {
7777
Self::Fd(raw)
7878
}
79-
}
79+
}
8080

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

0 commit comments

Comments
 (0)