Skip to content

Commit 1d910fb

Browse files
Fix identation
1 parent 55907fb commit 1d910fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSDiagnostics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,7 @@ bool MissingMemberFailure::diagnoseAsError() {
23232323
diag::could_not_find_value_dynamic_member,
23242324
baseExprType, baseType, getName());
23252325
diagnostic.highlight(baseExpr->getSourceRange())
2326-
.highlight(nameLoc.getSourceRange());
2326+
.highlight(nameLoc.getSourceRange());
23272327
}
23282328
} else {
23292329
if (auto correction = corrections.claimUniqueCorrection()) {

0 commit comments

Comments
 (0)