Skip to content

Commit 0b90a8b

Browse files
committed
Add a missing new line at the end of the test
1 parent e526eb0 commit 0b90a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/Checkers/WebKit/uncounted-lambda-captures.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,4 @@ void RefCountedObj::call() const
471471
doSomeWork();
472472
};
473473
callLambda(lambda);
474-
}
474+
}

0 commit comments

Comments
 (0)