Implement PR comments, tidy up
This commit is contained in:
@@ -71,8 +71,7 @@ impl Service for JsonRpcService {
|
||||
type JoinReturnType = ();
|
||||
|
||||
fn join(self) -> thread::Result<()> {
|
||||
self.thread_hdl.join()?;
|
||||
Ok(())
|
||||
self.thread_hdl.join()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user