Skip to content

Commit cecff4c

Browse files
committed
* Reformatting
1 parent 1e06b23 commit cecff4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reducers/MainReducer/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ const MainReducer = handleActions({
144144
languageEnabled: action.payload
145145
}
146146
},
147-
[setCanDragDrop](state,action) {
147+
[setCanDragDrop](state, action) {
148148
localStorage['canDragDrop'] = action.payload;
149149
return {
150150
...state,
151-
canDragDrop : action.payload
151+
canDragDrop: action.payload
152152
}
153153
}
154154
}, initState);

0 commit comments

Comments
 (0)