Skip to content

Commit 42f00d7

Browse files
committed
Revert "Test clang-tidy"
This reverts commit 28e3af7.
1 parent 28e3af7 commit 42f00d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void SuperSelfCheck::check(const MatchFinder::MatchResult &Result) {
9999
return;
100100

101101
Diag << FixItHint::CreateReplacement(Message->getSourceRange(),
102-
StringRef("[super init]"))
102+
StringRef("[super init]"));
103103
}
104104

105105
} // namespace clang::tidy::objc

0 commit comments

Comments
 (0)