Skip to content

Commit b94e7a9

Browse files
committed
Lint
1 parent 8583eb6 commit b94e7a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SQLiteTests/QueryIntegrationTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ class QueryIntegrationTests: SQLiteTestCase {
210210
}
211211
}
212212

213-
214213
private extension Connection {
215214
func satisfiesMinimumVersion(minor: Int, patch: Int = 0) -> Bool {
216215
guard let version = try? scalar("SELECT sqlite_version()") as? String else { return false }

0 commit comments

Comments
 (0)