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/functionalities/statusline/TestStatusline.py
``````````

</details>

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

``````````diff
--- TestStatusline.py   2025-04-03 05:52:39.000000 +0000
+++ TestStatusline.py   2025-04-03 06:03:48.562575 +0000
@@ -54,11 +54,10 @@
         # Hide the statusline and check or the control character.
         self.expect(
             "set set show-statusline false", 
["\x1b[0;{}r".format(terminal_height)]
         )
 
-
     # PExpect uses many timeouts internally and doesn't play well
     # under ASAN on a loaded machine..
     @skipIfAsan
     def test_no_color(self):
         """Basic test for the statusline with colors disabled."""

``````````

</details>


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

Reply via email to