Skip to content

Commit 7e6d8b9

Browse files
committed
Reverting a change in FailableIterator
1 parent 3f004eb commit 7e6d8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLite/Core/Statement.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public protocol FailableIterator: IteratorProtocol {
207207

208208
extension FailableIterator {
209209
public func next() -> Element? {
210-
try? failableNext()
210+
try! failableNext()
211211
}
212212
}
213213

0 commit comments

Comments
 (0)