Skip to content

Commit 997ee36

Browse files
authored
Merge pull request swiftlang#18987 from a2/patch-1
2 parents 14defa5 + 0c23dc7 commit 997ee36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/UIKit/UIKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ extension UIDragDropSession {
424424
public func canLoadObjects<
425425
T : _ObjectiveCBridgeable
426426
>(ofClass: T.Type) -> Bool where T._ObjectiveCType : NSItemProviderReading {
427-
return self.canLoadObjects(ofClass: T._ObjectiveCType.self);
427+
return self.canLoadObjects(ofClass: T._ObjectiveCType.self)
428428
}
429429
}
430430

0 commit comments

Comments
 (0)