浏览代码

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

Steven Luscher 2 月之前
父节点
当前提交
1467687d23
共有 1 个文件被更改,包括 2 次插入1 次删除
  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);
         }