github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r HEAD~1...HEAD 
lldb/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py 
lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py 
lldb/test/API/tools/lldb-dap/module/TestDAP_module.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- test/API/tools/lldb-dap/module-event/TestDAP_module_event.py        
2025-05-09 20:26:39.000000 +0000
+++ test/API/tools/lldb-dap/module-event/TestDAP_module_event.py        
2025-05-09 20:37:04.183047 +0000
@@ -5,11 +5,10 @@
 import lldbdap_testcase
 import re
 
 
 class TestDAP_module_event(lldbdap_testcase.DAPTestCaseBase):
-
     def test_module_event(self):
         program = self.getBuildArtifact("a.out")
         self.build_and_launch(program, stopOnEntry=True)
 
         source = "main.cpp"

``````````

</details>


https://github.com/llvm/llvm-project/pull/139324
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to