Skip to content

Commit 53c40fd

Browse files
committed
Fix Swiftlint warning
1 parent 639fa91 commit 53c40fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GRDB/Record/FetchableRecord+Decodable.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,9 @@ private struct _RowDecoder<R: FetchableRecord>: Decoder {
398398
KeyedDecodingContainer<NestedKey>.self,
399399
DecodingError.Context(
400400
codingPath: codingPath,
401-
debugDescription: "not implemented: building a nested JSON container for the column '\(column)'"))
401+
debugDescription: """
402+
not implemented: building a nested JSON container for the column '\(column)'
403+
"""))
402404
}
403405

404406
// Scope?

0 commit comments

Comments
 (0)