Skip to content

Commit 458f638

Browse files
committed
format
1 parent 4ba7b13 commit 458f638

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang-tools-extra/clang-tidy/bugprone/CrtpConstructorAccessibilityCheck.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ void CrtpConstructorAccessibilityCheck::check(
119119

120120
auto DiagNoteFriendPrivate = [&](const SourceLocation &Loc, bool Friend) {
121121
return diag(Loc,
122-
"consider making it private%select{| and declaring the "
123-
"derived class "
124-
"as friend}0",
122+
"consider making it private%select{| and declaring the derived "
123+
"class as friend}0",
125124
DiagnosticIDs::Note)
126125
<< Friend;
127126
};

0 commit comments

Comments
 (0)