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

Commit e0dc4f5

Browse files
committed
formatting
1 parent fcf4cb5 commit e0dc4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-mixins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (NativeCodePush) => {
1010
if (!this.downloadUrl) {
1111
return Promise.reject(new Error("Cannot download an update without a download url"));
1212
}
13-
13+
1414
var downloadProgressSubscription;
1515
if (progressHandler) {
1616
// Use event subscription to obtain download progress.

0 commit comments

Comments
 (0)