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-21 23:15:38.000000 +0000
+++ TestStatusline.py   2025-04-21 23:17:43.706068 +0000
@@ -51,11 +51,11 @@
         self.expect(
             'set set statusline-format "target = {${target.file.basename}} 
${separator}"',
             ["target = a.out S"],
         )
         self.expect('set set statusline-separator "| "')
-     
+
         # Hide the statusline and check or the control character.
         self.expect(
             "set set show-statusline false", 
["\x1b[0;{}r".format(terminal_height)]
         )
 

``````````

</details>


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

Reply via email to