Skip to content

Commit 1545505

Browse files
committed
格式化代码
1 parent 347638f commit 1545505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/page/Root.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class LoginScreenView extends Component {
153153
this.props.showDialog(dialogType.UPDATE_IGNORED);
154154
setTimeout(() => {
155155
this.props.hideDialog();
156-
},500);
156+
}, 500);
157157
}
158158
},
159159
{
@@ -172,7 +172,7 @@ class LoginScreenView extends Component {
172172
this.props.showDialog(dialogType.UPDATE_INSTALLED);
173173
setTimeout(() => {
174174
LocalPackage.install(CodePush.InstallMode.IMMEDIATE, 0);
175-
},500);
175+
}, 500);
176176
});
177177
});
178178
}

0 commit comments

Comments
 (0)