Skip to content

Commit ef5976c

Browse files
committed
[nfc] remove stray whitespace
1 parent 85340ea commit ef5976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ConformanceLookupTable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ bool ConformanceLookupTable::resolveConformances(ProtocolDecl *protocol) {
810810
return anySuperseded;
811811
}
812812

813-
DeclContext *ConformanceLookupTable:: getConformingContext(
813+
DeclContext *ConformanceLookupTable::getConformingContext(
814814
NominalTypeDecl *nominal,
815815
ConformanceEntry *entry) {
816816
ProtocolDecl *protocol = entry->getProtocol();

0 commit comments

Comments
 (0)