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

Commit ff59cf5

Browse files
committed
Fixing spacing
1 parent 226f398 commit ff59cf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package-mixins.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ module.exports = (NativeCodePush) => {
2727
const downloadedPackage = await NativeCodePush.downloadUpdate(this);
2828
reportStatusDownload && reportStatusDownload(this);
2929
return { ...downloadedPackage, ...local };
30-
}
31-
finally {
30+
} finally {
3231
downloadProgressSubscription && downloadProgressSubscription.remove();
3332
}
3433
},

0 commit comments

Comments
 (0)