mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update master to build with Xcode 9 beta 4, macOS 10.13, iOS 11, tvOS 11, and watchOS 4 SDKs.
This commit is contained in:
@@ -30,7 +30,7 @@ extension AVCaptureSynchronizedDataCollection : Sequence {
|
||||
|
||||
public mutating func next() -> AVCaptureSynchronizedData? {
|
||||
guard let nextAny = fastIterator.next() else { return nil }
|
||||
return nextAny as! AVCaptureSynchronizedData
|
||||
return (nextAny as! AVCaptureSynchronizedData)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user