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 origin/main...HEAD 
lldb/test/API/macosx/expedited-thread-pcs/TestExpeditedThreadPCs.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
--- TestExpeditedThreadPCs.py   2026-06-03 06:36:23.000000 +0000
+++ TestExpeditedThreadPCs.py   2026-06-03 06:46:28.039835 +0000
@@ -32,12 +32,14 @@
         self.addTearDownHook(cleanup)
 
         self.source = "main.cpp"
         self.build()
         (target, process, thread, bkpt) = lldbutil.run_to_source_breakpoint(
-            self, "break here", lldb.SBFileSpec(self.source, False),
-            extra_images=["foo"]
+            self,
+            "break here",
+            lldb.SBFileSpec(self.source, False),
+            extra_images=["foo"],
         )
 
         # verify that libfoo.dylib hasn't loaded yet
         for m in target.modules:
             self.assertNotEqual(m.GetFileSpec().GetFilename(), "libfoo.dylib")

``````````

</details>


https://github.com/llvm/llvm-project/pull/201275
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to