summaryrefslogtreecommitdiffhomepage
path: root/app/index.android.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-06-01 16:13:10 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-06-05 12:11:55 +0200
commitca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087 (patch)
treeb1f7754eb50896ab3681e35fa4e08be642b940c9 /app/index.android.js
parent5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff)
downloadmullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz
mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip
Add formatted source code
Diffstat (limited to 'app/index.android.js')
-rw-r--r--app/index.android.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.android.js b/app/index.android.js
index 1e9594a1c9..e41ccc567a 100644
--- a/app/index.android.js
+++ b/app/index.android.js
@@ -3,4 +3,4 @@ import RX from 'reactxp';
import App from './App';
RX.App.initialize(true, true);
-RX.UserInterface.setMainView(<App />); \ No newline at end of file
+RX.UserInterface.setMainView(<App />);