Skip to content

Commit 84783d3

Browse files
committed
remove trailing whitespace for swiftlint
1 parent 75dfb4e commit 84783d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLite/Typed/Coding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ private class SQLiteDecoder: Decoder {
391391
let uuid = try row.get(Expression<UUID>(key.stringValue))
392392
return uuid as! T
393393
}
394-
394+
395395
// swiftlint:enable force_cast
396396
guard let JSONString = try row.get(Expression<String?>(key.stringValue)) else {
397397
throw DecodingError.typeMismatch(type, DecodingError.Context(codingPath: codingPath,

0 commit comments

Comments
 (0)