From f0392a4937bb4c558f413d743daa4d71d0523478 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 25 Apr 2017 23:42:21 -0700 Subject: minor: fix indentation --- ui/app/components/bye_splash.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ui') diff --git a/ui/app/components/bye_splash.js b/ui/app/components/bye_splash.js index 633aa3d3..0442c41e 100644 --- a/ui/app/components/bye_splash.js +++ b/ui/app/components/bye_splash.js @@ -23,13 +23,13 @@ export default class ByeSplash extends React.Component { componentDidMount() { this.interval = setInterval(this.tick, this.props.delay) - bitmask.core.stop().then(msg => { - console.log(msg) - this.setState({readyToQuit: true}) - }, error => { - console.log(error) - this.setState({errorMessage: error}) - }) + bitmask.core.stop().then(msg => { + console.log(msg) + this.setState({readyToQuit: true}) + }, error => { + console.log(error) + this.setState({errorMessage: error}) + }) } componentWillUnmount() { -- cgit v1.2.3