Skip to content

Commit 582fd20

Browse files
committed
Satisfy the formatter
1 parent 832cd39 commit 582fd20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang-tools-extra/clang-doc/YAMLGenerator.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ template <> struct ScalarEnumerationTraits<InfoType> {
6565
}
6666
};
6767

68-
template <>
69-
struct ScalarEnumerationTraits<clang::doc::CommentKind> {
68+
template <> struct ScalarEnumerationTraits<clang::doc::CommentKind> {
7069
static void enumeration(IO &IO, clang::doc::CommentKind &Value) {
7170
IO.enumCase(Value, "FullComment", clang::doc::CommentKind::CK_FullComment);
7271
IO.enumCase(Value, "ParagraphComment",

0 commit comments

Comments
 (0)