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

Commit 9b00cc9

Browse files
committed
whitespace
1 parent 8cc305d commit 9b00cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CodePushDemoApp/crossplatformdemo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ let CodePushDemoApp = React.createClass({
9191

9292
render() {
9393
let syncView, syncButton, progressView;
94-
94+
9595
if (this.state.syncMessage) {
9696
syncView = (
9797
<Text style={styles.messages}>{this.state.syncMessage}</Text>

0 commit comments

Comments
 (0)