Browse Source

Fix rustfmt in `rpc/src/rpc_pubsub_service.rs` (#8083)

Steven Luscher 2 months ago
parent
commit
1467687d23
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rpc/src/rpc_pubsub_service.rs

+ 2 - 1
rpc/src/rpc_pubsub_service.rs

@@ -454,7 +454,8 @@ async fn listen(
         }
         Err(e) => {
             error!(
-                "failed to bind rpc_pubsub listener on {listen_address:?}: {e}. Hint: is the port already in use?"
+                "failed to bind rpc_pubsub listener on {listen_address:?}: {e}. Hint: is the port \
+                 already in use?"
             );
             return Err(e);
         }