aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/reducers.js')
-rw-r--r--ui/app/reducers.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/app/reducers.js b/ui/app/reducers.js
index 0f2ad4c21..ccd8ac8f6 100644
--- a/ui/app/reducers.js
+++ b/ui/app/reducers.js
@@ -11,8 +11,7 @@ const reduceApp = require('./reducers/app')
module.exports = rootReducer
-function rootReducer(state, action) {
-
+function rootReducer (state, action) {
// clone
state = extend(state)
@@ -34,8 +33,6 @@ function rootReducer(state, action) {
state.appState = reduceApp(state, action)
-
return state
-
}