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

Commit 28fc990

Browse files
committed
formatting
1 parent efa8862 commit 28fc990

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Examples/CodePushDemoApp/index.ios.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ var CodePushDemoApp = React.createClass({
4343

4444
render: function() {
4545
var updateView;
46-
4746
if (this.state.progress) {
4847
updateView = (
4948
<Text>{this.state.progress.receivedBytes} of {this.state.progress.totalBytes} bytes received</Text>
@@ -58,7 +57,6 @@ var CodePushDemoApp = React.createClass({
5857
</View>
5958
);
6059
};
61-
6260
return (
6361
<View style={styles.container}>
6462
<Text style={styles.welcome}>

0 commit comments

Comments
 (0)