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/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- TestDataFormatterGenericDeque.py 2025-07-02 13:51:05.000000 +0000 +++ TestDataFormatterGenericDeque.py 2025-07-02 13:56:45.059767 +0000 @@ -119,13 +119,11 @@ ) lldbutil.continue_to_breakpoint(process, bkpt) # first value added - self.expect( - "frame variable empty", substrs=["empty = size=1", "[0] = 1", "}"] - ) + self.expect("frame variable empty", substrs=["empty = size=1", "[0] = 1", "}"]) # add remaining values lldbutil.continue_to_breakpoint(process, bkpt) self.check_numbers("empty") `````````` </details> https://github.com/llvm/llvm-project/pull/146697 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits