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/lang/cpp/expr-definition-in-dylib/TestExprDefinitionInDylib.py
``````````

</details>

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

``````````diff
--- TestExprDefinitionInDylib.py        2025-07-30 11:39:07.000000 +0000
+++ TestExprDefinitionInDylib.py        2025-07-30 11:42:07.645348 +0000
@@ -10,10 +10,8 @@
         Tests that we can call functions whose definition
         is in a different LLDB module than it's declaration.
         """
         self.build()
 
-        lldbutil.run_to_source_breakpoint(
-            self, "return", lldb.SBFileSpec("main.cpp")
-        )
+        lldbutil.run_to_source_breakpoint(self, "return", 
lldb.SBFileSpec("main.cpp"))
 
         self.expect_expr("f.method()", result_value="-72", result_type="int")

``````````

</details>


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

Reply via email to