Skip to content

Commit 4bc2a4f

Browse files
committed
[gn] fix typo in 8c56e78
The missing trailing comma confuses the sync script.
1 parent cb1a9f7 commit 4bc2a4f

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/lldb/tools/lldb-dap

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ executable("lldb-dap") {
5252
"RunInTerminal.cpp",
5353
"SourceBreakpoint.cpp",
5454
"lldb-dap.cpp",
55-
"Watchpoint.cpp"
55+
"Watchpoint.cpp",
5656
]
5757
}

0 commit comments

Comments
 (0)