Skip to content

Commit f1c9e5b

Browse files
clang-format
1 parent 5ad7624 commit f1c9e5b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8108,10 +8108,9 @@ void ConstraintSystem::addExplicitConversionConstraint(
81088108

81098109
if (allowFixes && shouldAttemptFixes()) {
81108110
auto *anchor = locator.getAnchor();
8111-
if (isa<CoerceExpr>(anchor) &&
8112-
!anchor->isImplicit()) {
8113-
coerceLocator = getConstraintLocator(
8114-
anchor, LocatorPathElt::ExplicitTypeCoercion());
8111+
if (isa<CoerceExpr>(anchor) && !anchor->isImplicit()) {
8112+
coerceLocator =
8113+
getConstraintLocator(anchor, LocatorPathElt::ExplicitTypeCoercion());
81158114
}
81168115
}
81178116

0 commit comments

Comments
 (0)