Skip to content

Commit 492f5c0

Browse files
authored
Update ProtocolRequests.cpp
Resolved conflicts and format issues
1 parent 582ab01 commit 492f5c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,9 @@ json::Value toJSON(const ModulesResponseBody &MR) {
528528
if (MR.totalModules != 0)
529529
result.insert({"totalModules", MR.totalModules});
530530

531+
return result;
532+
}
533+
531534
bool fromJSON(const json::Value &Params, WriteMemoryArguments &WMA,
532535
json::Path P) {
533536
json::ObjectMapper O(Params, P);

0 commit comments

Comments
 (0)