[llvm] [YAML] Fix incorrect dash output in nested sequences (PR #116488)

via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 07:46:06 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 4a011ac84fa16f7eed34c309bdac5591d9553da7 d04d8b4ca279eb7570b1baca8aae0c57ae7824f1 --extensions cpp -- llvm/lib/Support/YAMLTraits.cpp llvm/unittests/Support/YAMLIOTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/unittests/Support/YAMLIOTest.cpp b/llvm/unittests/Support/YAMLIOTest.cpp
index be592559e0..16b90fbb7a 100644
--- a/llvm/unittests/Support/YAMLIOTest.cpp
+++ b/llvm/unittests/Support/YAMLIOTest.cpp
@@ -1537,7 +1537,6 @@ TEST(YAMLIO, TestReadWriteMySecondsSequence) {
   }
 }
 
-
 //===----------------------------------------------------------------------===//
 //  Test nested sequence
 //===----------------------------------------------------------------------===//

``````````

</details>


https://github.com/llvm/llvm-project/pull/116488


More information about the llvm-commits mailing list