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

Commit 236b3ff

Browse files
committed
Fixing spacing
1 parent ff59cf5 commit 236b3ff

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
@@ -28,7 +28,7 @@ module.exports = (NativeCodePush) => {
2828
reportStatusDownload && reportStatusDownload(this);
2929
return { ...downloadedPackage, ...local };
3030
} finally {
31-
downloadProgressSubscription && downloadProgressSubscription.remove();
31+
downloadProgressSubscription && downloadProgressSubscription.remove();
3232
}
3333
},
3434

0 commit comments

Comments
 (0)