Skip to content

Commit 024b566

Browse files
committed
format
1 parent 012076c commit 024b566

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,13 @@ def request_modules(self, startModule: int, moduleCount: int):
11991199
}
12001200
)
12011201

1202-
def request_moduleSymbols(self, moduleId: str = "", moduleName: str = "", startIndex: int = 0, count: int = 0):
1202+
def request_moduleSymbols(
1203+
self,
1204+
moduleId: str = "",
1205+
moduleName: str = "",
1206+
startIndex: int = 0,
1207+
count: int = 0,
1208+
):
12031209
command_dict = {
12041210
"command": "moduleSymbols",
12051211
"type": "request",

0 commit comments

Comments
 (0)