Skip to content

Commit df90705

Browse files
committed
fix clang-format check
1 parent c8fbc72 commit df90705

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

unreal/Puerts/Source/JsEnv/Private/V8InspectorImpl.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,14 @@ V8InspectorClientImpl::V8InspectorClientImpl(int32_t InPort, v8::Local<v8::Conte
332332
"Protocol-Version": "1.1"
333333
})";
334334

335-
JSONList = R"([
335+
JSONList = R"([
336336
{
337337
"description": "Puerts Inspector",
338338
"id": "0",
339339
"title": "Puerts Inspector",
340340
"type": "node",
341-
"webSocketDebuggerUrl": "ws://127.0.0.1:)" + std::to_string(Port) + R"("
341+
"webSocketDebuggerUrl": "ws://127.0.0.1:)" +
342+
std::to_string(Port) + R"("
342343
}
343344
])";
344345

0 commit comments

Comments
 (0)