Skip to content

Commit 484f55e

Browse files
committed
format error
1 parent 16a67ba commit 484f55e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/AsyncHTTPClient/FileDownloadDelegate.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public final class FileDownloadDelegate: HTTPClientResponseDelegate {
2929
get {
3030
assert(self._head != nil)
3131
return self._head!
32-
} set {
32+
}
33+
set {
3334
self._head = newValue
3435
}
3536
}

0 commit comments

Comments
 (0)