Skip to content

Commit 870cf7b

Browse files
authored
Fix linting
1 parent 62fe865 commit 870cf7b

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-
// swiftlint:disable:next force_cast
210+
// swiftlint:disable:next force_try
211211
try! failableNext()
212212
}
213213
}

0 commit comments

Comments
 (0)