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/Shell/helper/toolchain.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- toolchain.py 2025-06-27 18:59:42.000000 +0000 +++ toolchain.py 2025-06-27 19:02:05.279664 +0000 @@ -157,11 +157,13 @@ unresolved="ignore", ), ToolSubst( "%lldb-rpc-gen", command=FindTool("lldb-rpc-gen"), - extra_args=['--extra-arg="-resource-dir=' + config.clang_resource_dir + '"'], + extra_args=[ + '--extra-arg="-resource-dir=' + config.clang_resource_dir + '"' + ], unresolved="ignore", ), "lldb-test", "lldb-dap", ToolSubst( `````````` </details> https://github.com/llvm/llvm-project/pull/138031 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits