Skip to content

Commit b3e83a3

Browse files
author
Ruben Nine
committed
Applying swiftformat.
1 parent f19b2bc commit b3e83a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FilestackSDK/Internal/Services/UploadService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class UploadService: NetworkingService {
1919
completionHandler: @escaping (NetworkJSONResponse) -> Void) {
2020
sessionManager.upload(multipartFormData: multipartFormData, to: url) { result in
2121
switch result {
22-
case .success(let request, _, _):
22+
case let .success(request, _, _):
2323
request.responseJSON(queue: queue) { response in
2424
let jsonResponse = NetworkJSONResponse(with: response)
2525
completionHandler(jsonResponse)

0 commit comments

Comments
 (0)