Skip to content

Commit

Permalink
One last Swiftlint nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Mar 26, 2020
1 parent 1d9e9f8 commit 8cc85d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class EventLoggingUploadManager {
delegate.didStartUploadingLog(log)

networkService.uploadFile(request: request, fileURL: log.url) { result in
switch(result) {
switch result {
case .success:
self.delegate.didFinishUploadingLog(log)
callback(.success(()))
Expand Down

0 comments on commit 8cc85d7

Please sign in to comment.