Skip to content

Commit 4df9c8a

Browse files
semimikohclaude
andcommitted
src: fix clang-format style in inspector_socket_server
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 403ae9c commit 4df9c8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/inspector_socket_server.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ void PrintDebuggerReadyMessage(
247247
FormatWsAddress(host, server_socket->port(), id, true).c_str());
248248
}
249249
}
250-
fprintf(out, "For help, see: %s\n",
250+
fprintf(out,
251+
"For help, see: %s\n",
251252
"https://nodejs.org/learn/getting-started/debugging");
252253
fflush(out);
253254
}

0 commit comments

Comments
 (0)