Skip to content

Commit c4545b0

Browse files
committed
Remove spaces
1 parent 9aa6c4e commit c4545b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/JSONMapper/JSONAPIDecoder.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ public class JSONAPIDecoder: JSONDecoder {
2323
let dictionary = includedDictionary(from: includedData)
2424

2525
switch jsonAPIObject.type {
26-
case .data(let data):
26+
case .data(let data):
2727
return try decode(data, including: dictionary, into: type)
28-
case .meta(let meta):
28+
case .meta(let meta):
2929
return try decode(meta, into: type)
30-
case .errors(let errors):
30+
case .errors(let errors):
3131
throw errors
3232
}
3333
}

0 commit comments

Comments
 (0)