mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 15:49:36 +08:00
spacing
This commit is contained in:
@@ -54,7 +54,7 @@ failCallback:(void (^)(NSError *err))failCallback {
|
||||
}
|
||||
|
||||
bytesLeft -= bytesWritten;
|
||||
} while (bytesLeft>0);
|
||||
} while (bytesLeft > 0);
|
||||
|
||||
self.progressCallback(self.expectedContentLength, self.receivedContentLength);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user