Skip to content

Commit b3af21b

Browse files
committed
Fix formatting
1 parent 611d0c9 commit b3af21b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/tools/lldb-dap/DAP.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,7 @@ struct DAP {
336336

337337
/// Registers a request handler.
338338
template <typename Handler> void RegisterRequest() {
339-
request_handlers[Handler::getCommand()] =
340-
std::make_unique<Handler>(*this);
339+
request_handlers[Handler::getCommand()] = std::make_unique<Handler>(*this);
341340
}
342341

343342
/// Debuggee will continue from stopped state.

0 commit comments

Comments
 (0)