Skip to content

Commit cf3240f

Browse files
yiweichimattsse
andauthored
docs: correct indentation in rpc.rs (#15824)
Co-authored-by: Matthias Seitz <[email protected]>
1 parent 701af23 commit cf3240f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node/builder/src/rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ where
529529
let launch_auth = auth_module.clone().start_server(auth_config).map_ok(|handle| {
530530
let addr = handle.local_addr();
531531
if let Some(ipc_endpoint) = handle.ipc_endpoint() {
532-
info!(target: "reth::cli", url=%addr, ipc_endpoint=%ipc_endpoint,"RPC auth server started");
532+
info!(target: "reth::cli", url=%addr, ipc_endpoint=%ipc_endpoint, "RPC auth server started");
533533
} else {
534534
info!(target: "reth::cli", url=%addr, "RPC auth server started");
535535
}

0 commit comments

Comments
 (0)