From d47aa4470a57984dc3002272fce188838c6beada Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 4 Oct 2016 21:02:39 -0700 Subject: [PATCH] lint --- lib/actions/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: () => {