whitespace

This commit is contained in:
Geoffrey Goh
2016-02-05 17:09:09 -08:00
parent 8cc305d787
commit 9b00cc93e7

View File

@@ -91,7 +91,7 @@ let CodePushDemoApp = React.createClass({
render() {
let syncView, syncButton, progressView;
if (this.state.syncMessage) {
syncView = (
<Text style={styles.messages}>{this.state.syncMessage}</Text>