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 
9405d5af65853ac548cce2656497195010db1d86...59320299f5aa3f9e03695e762c9fec237362c460
 lldb/test/API/commands/target/modules/lookup/TestImageLookupPCExpression.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestImageLookupPCExpression.py      2024-03-16 00:56:20.000000 +0000
+++ TestImageLookupPCExpression.py      2024-03-16 01:08:56.473285 +0000
@@ -22,6 +22,5 @@
             self, "Set a breakpoint here", self.main_source_file
         )
 
         self.expect("target modules lookup -va $pc", substrs=["doSomething"])
         self.expect("target modules lookup -va $pc+4", substrs=["doSomething"])
-

``````````

</details>


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

Reply via email to