Skip to content

Commit 4c756c1

Browse files
authored
Merge pull request #16573 from slavapestov/fix-sema-nits
Sema: Fix formatting nits
2 parents d53936e + 61b1927 commit 4c756c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Sema/TypeCheckDecl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4209,7 +4209,7 @@ class DeclChecker : public DeclVisitor<DeclChecker> {
42094209
// Stored type variables in a generic context need to logically
42104210
// occur once per instantiation, which we don't yet handle.
42114211
} else if (DC->getAsProtocolExtensionContext()) {
4212-
unimplementedStatic(ProtocolExtensions);
4212+
unimplementedStatic(ProtocolExtensions);
42134213
} else if (DC->isGenericContext()
42144214
&& !DC->getGenericSignatureOfContext()->areAllParamsConcrete()) {
42154215
unimplementedStatic(GenericTypes);
@@ -8307,7 +8307,7 @@ static Type formExtensionInterfaceType(TypeChecker &tc, ExtensionDecl *ext,
83078307
}
83088308

83098309
resultType = NameAliasType::get(typealias, parentType, subMap,
8310-
resultType);
8310+
resultType);
83118311
}
83128312

83138313
return resultType;

0 commit comments

Comments
 (0)