Skip to content

Commit bdc3be7

Browse files
committed
linter error
1 parent 4b9ea97 commit bdc3be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SQLiteTests/Typed/QueryIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class QueryIntegrationTests: SQLiteTestCase {
302302

303303
// There should be at least one row in the result.
304304
let row = try XCTUnwrap(rows.makeIterator().next())
305-
305+
306306
// Verify the column names
307307
XCTAssertEqual(row.columnNames.count, 3)
308308
XCTAssertNotNil(row[id])

0 commit comments

Comments
 (0)