Skip to content

Commit dfc3d61

Browse files
committed
AlamofireNetwork: Nukes extra space
1 parent 9c24116 commit dfc3d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/Network/AlamofireNetwork.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class AlamofireNetwork: Network {
6161
///
6262
private extension Alamofire.DataResponse {
6363

64-
/// Returns `NetworkError.notFound` whenever the Request failed with a 404 StatusCode. This may be used by upper layers,
64+
/// Returns `NetworkError.notFound` whenever the Request failed with a 404 StatusCode. This may be used by upper layers,
6565
/// to determine if an object should be deleted (for instance!).
6666
///
6767
/// In any other case, this property will actually return the regular `DataResponse.error` result.

0 commit comments

Comments
 (0)