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 origin/main...HEAD 
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
--- TestDataFormatterStdVariant.py      2026-01-15 15:36:42.000000 +0000
+++ TestDataFormatterStdVariant.py      2026-01-15 15:52:10.605923 +0000
@@ -76,11 +76,13 @@
             "frame variable v3",
             substrs=["v3 =  Active Type = char  {", "Value = 'A'", "}"],
         )
 
         if self.getDebugInfo() == "pdb":
-            string_name = "std::basic_string<char, std::char_traits<char>, 
std::allocator<char>>"
+            string_name = (
+                "std::basic_string<char, std::char_traits<char>, 
std::allocator<char>>"
+            )
         elif self.platformIsDarwin():
             string_name = "std::string"
         else:
             string_name = "std::basic_string<char>"
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/176189
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to