Skip to content

Commit b86bb0d

Browse files
committed
fix require-explicit-sendable
1 parent 6d502fc commit b86bb0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/AST/Module.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,10 +1349,10 @@ LookupConformanceInModuleRequest::evaluate(
13491349
} else {
13501350
return ProtocolConformanceRef::forMissingOrInvalid(type, protocol);
13511351
}
1352+
} else {
1353+
// Was unable to infer the missing conformance.
1354+
return ProtocolConformanceRef::forMissingOrInvalid(type, protocol);
13521355
}
1353-
1354-
// Was unable to infer the missing conformance.
1355-
return ProtocolConformanceRef::forMissingOrInvalid(type, protocol);
13561356
}
13571357

13581358
assert(!conformances.empty());

0 commit comments

Comments
 (0)