diff --git a/ipc/nano/src/lib.rs b/ipc/nano/src/lib.rs index f5fdef8ed..ee5dd500d 100644 --- a/ipc/nano/src/lib.rs +++ b/ipc/nano/src/lib.rs @@ -377,7 +377,7 @@ mod service_tests { } } - impl IpcInterface for DummyService { + impl IpcInterface for DummyService { fn dispatch(&self, _r: &mut R) -> Vec where R: Read { vec![] }