diff --git a/CodePushDownloadHandler.m b/CodePushDownloadHandler.m index 79f1784..c56354b 100644 --- a/CodePushDownloadHandler.m +++ b/CodePushDownloadHandler.m @@ -54,7 +54,7 @@ failCallback:(void (^)(NSError *err))failCallback { } bytesLeft -= bytesWritten; - } while (bytesLeft>0); + } while (bytesLeft > 0); self.progressCallback(self.expectedContentLength, self.receivedContentLength);