diff --git a/lib/actions/index.js b/lib/actions/index.js index e3b4dac7..3ff876c2 100644 --- a/lib/actions/index.js +++ b/lib/actions/index.js @@ -1,8 +1,8 @@ import rpc from '../rpc'; -import { INIT } from '../constants'; +import {INIT} from '../constants'; -export function init () { - return (dispatch) => { +export function init() { + return dispatch => { dispatch({ type: INIT, effect: () => {