Skip to content

Commit 05dd2f2

Browse files
committed
format
1 parent 10df185 commit 05dd2f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/unittests/Format/ConfigParseTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,8 @@ TEST(ConfigParseTest, ParsesConfiguration) {
907907
CHECK_PARSE("IfMacros: [MYIF]", IfMacros, CustomIfs);
908908

909909
Style.AttributeMacros.clear();
910-
CHECK_PARSE("BasedOnStyle: LLVM", AttributeMacros,
910+
CHECK_PARSE(
911+
"BasedOnStyle: LLVM", AttributeMacros,
911912
std::vector<std::string>({"__capability", "absl_nonnull", "absl_nullable",
912913
"absl_nullability_unknown"}));
913914
Style.AttributeMacros.clear();

0 commit comments

Comments
 (0)