Skip to content

Commit 7816f1f

Browse files
committed
Removed unneeded duplicate declaration
1 parent c25896b commit 7816f1f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

NetworkingInOperations-Example/Data/Models/Question.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
import Foundation
1010

11-
private struct DummyCodable: Codable {}
12-
1311
struct QuestionPage: Codable {
1412

1513
let questions: [Question]

NetworkingInOperations-Example/Extensions/Decodable/Decodable+Safe.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ extension UnkeyedDecodingContainer {
2727
return decodedArray
2828
}
2929
}
30+
3031
extension KeyedDecodingContainerProtocol {
3132

3233
public func decodeArrayByIgnoringInvalidElements<T>(_ type: T.Type, forKey key: Self.Key) throws -> [T] where T : Decodable {

0 commit comments

Comments
 (0)