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 llvm/docs/conf.py
``````````

</details>

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

``````````diff
--- conf.py     2025-04-03 17:58:33.000000 +0000
+++ conf.py     2025-04-03 18:00:43.209785 +0000
@@ -285,11 +285,11 @@
         # Split the name out of the title.
         try:
             name, description = title.split(" - ", 1)
         except:
             raise ValueError(title)
-        
+
         man_pages.append(
             (file_subpath.replace(".rst", ""), name, description, 
man_page_authors, 1)
         )
 
 

``````````

</details>


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

Reply via email to