Skip to content

Commit e8d8805

Browse files
committed
[clang][ssaf][NFC] clang-format tests
1 parent 0bf64a4 commit e8d8805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Analysis/Scalable/ASTEntityMappingTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ TEST(ASTEntityMappingTest, NullDecl) {
9898

9999
TEST(ASTEntityMappingTest, ImplicitDeclLambda) {
100100
auto AST = tooling::buildASTFromCode(
101-
R"cpp(
101+
R"cpp(
102102
auto L = [](){};
103103
)cpp",
104104
"test.cpp", std::make_shared<PCHContainerOperations>());

0 commit comments

Comments
 (0)