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/functionalities/breakpoint/cpp/abi_tag/TestCPPBreakpointLocationsAbiTag.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
--- TestCPPBreakpointLocationsAbiTag.py 2025-12-03 18:11:01.000000 +0000
+++ TestCPPBreakpointLocationsAbiTag.py 2025-12-03 18:15:33.046818 +0000
@@ -13,11 +13,10 @@
     matches: Set[str]
 
 
 @skipIfWindows  # abi_tags is not supported
 class TestCPPBreakpointLocationsAbiTag(TestBase):
-
     def verify_breakpoint_names(self, target: lldb.SBTarget, bp_dict: Case):
         name = bp_dict["name"]
         matches = bp_dict["matches"]
         bp: lldb.SBBreakpoint = target.BreakpointCreateByName(name)
 

``````````

</details>


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

Reply via email to