Skip to content

Commit a72a0c8

Browse files
committed
removed extra tab
1 parent 37fb7e8 commit a72a0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckStmt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ void TypeChecker::checkIgnoredExpr(Expr *E) {
13241324
diagnose(fn->getLoc(), diag::expression_unused_result_unknown,
13251325
isa<ClosureExpr>(fn), valueE->getType())
13261326
.highlight(SR1).highlight(SR2);
1327-
1327+
13281328
return;
13291329
}
13301330

0 commit comments

Comments
 (0)