Skip to content

Commit b9d37e9

Browse files
committed
Fix linting error
1 parent 0239b23 commit b9d37e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/FTAPIKitTests/Mockups/Endpoints.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ struct ImageEndpoint: Endpoint {
102102
/// because the response from `/get` does not match `[Int]`.
103103
struct DecodingFailureEndpoint: ResponseEndpoint {
104104
typealias Response = [Int]
105+
105106
let path = "get"
106107
}

0 commit comments

Comments
 (0)