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/lang/cpp/dynamic-value/TestDynamicValue.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- TestDynamicValue.py 2025-04-30 14:48:42.000000 +0000 +++ TestDynamicValue.py 2025-04-30 14:55:30.927601 +0000 @@ -274,7 +274,7 @@ a definition of A from somewhere else.""" self.build() lldbutil.run_to_name_breakpoint(self, "take_A") self.expect( "frame var -d run-target --ptr-depth=1 --show-types a", - substrs = ["(B *) a", "m_b_value = 10"], - ) + substrs=["(B *) a", "m_b_value = 10"], + ) `````````` </details> https://github.com/llvm/llvm-project/pull/137974 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits