Skip to content

Commit 0c1652e

Browse files
committed
Update README.md
1 parent 218deda commit 0c1652e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ Fast-track functions return **(Data, URLResponse)** if you need to validate stat
4141

4242
```swift
4343
/// - Throws: Http.Errors.status(response)
44-
public func validateStatus(_ response : URLResponse, by validate : [Http.Validate.Status]) throws
44+
public func validateStatus(
45+
_ response : URLResponse,
46+
by validate : [Http.Validate.Status]
47+
) throws
4548
```
4649

4750
## Extended track

0 commit comments

Comments
 (0)