Skip to content

Commit 62fe865

Browse files
authored
Fix linting
1 parent 7e6d8b9 commit 62fe865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SQLite/Core/Statement.swift

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

208208
extension FailableIterator {
209209
public func next() -> Element? {
210+
// swiftlint:disable:next force_cast
210211
try! failableNext()
211212
}
212213
}

0 commit comments

Comments
 (0)