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-06-30 17:01:06.000000 +0000
+++ TestStatusline.py   2025-06-30 17:03:57.611022 +0000
@@ -116,7 +116,5 @@
         # Check for the newline followed by the escape code to move the cursor
         # up one line.
         self.child.expect(re.escape("\n\x1b[1A"))
         # Check for the escape code to move the cursor back to column 8.
         self.child.expect(re.escape("\x1b[8G"))
-
-

``````````

</details>


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

Reply via email to