Skip to content

Commit 7a467d5

Browse files
committed
[lldb][lldb-dap] fix code formatting
Signed-off-by: Ebuka Ezike <[email protected]>
1 parent f63a2dd commit 7a467d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/Handler/EvaluateRequestHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void EvaluateRequestHandler::operator()(
165165
}
166166
auto result = RunLLDBCommandsVerbatim(dap.debugger, llvm::StringRef(),
167167
{std::string(expression)},
168-
/*echo_commands=*/ false);
168+
/*echo_commands=*/false);
169169
EmplaceSafeString(body, "result", result);
170170
body.try_emplace("variablesReference", (int64_t)0);
171171
} else {

0 commit comments

Comments
 (0)