Skip to content

Commit 6a0693c

Browse files
committed
Fix format
1 parent a803ad2 commit 6a0693c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/tools/lldb-dap/EventHelper.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,7 @@ llvm::Error SendThreadStoppedEvent(DAP &dap, bool on_entry) {
230230

231231
// Send a "terminated" event to indicate the process is done being
232232
// debugged.
233-
void SendTerminatedEvent(DAP &dap) {
234-
dap.SendTerminatedEvent();
235-
}
233+
void SendTerminatedEvent(DAP &dap) { dap.SendTerminatedEvent(); }
236234

237235
// Grab any STDOUT and STDERR from the process and send it up to VS Code
238236
// via an "output" event to the "stdout" and "stderr" categories.

0 commit comments

Comments
 (0)