Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 44d90db

Browse files
committed
spacing
1 parent b9f3b25 commit 44d90db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePushDownloadHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ -(void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data {
5454
}
5555

5656
bytesLeft -= bytesWritten;
57-
} while (bytesLeft>0);
57+
} while (bytesLeft > 0);
5858

5959
self.progressCallback(self.expectedContentLength, self.receivedContentLength);
6060

0 commit comments

Comments
 (0)