fix(format): Formatting fix

pull/16771/head
Stuart Taylor 2018-02-23 18:44:40 +00:00
parent fec1abfb46
commit b27036a261
2 changed files with 40 additions and 40 deletions

View File

@ -5,7 +5,7 @@ import {
handleActions handleActions
} from 'berkeleys-redux-utils'; } from 'berkeleys-redux-utils';
import { createSelector } from 'reselect'; import { createSelector } from 'reselect';
import { capitalize, noop} from 'lodash'; import { capitalize, noop } from 'lodash';
import * as utils from './utils.js'; import * as utils from './utils.js';
import ns from '../ns.json'; import ns from '../ns.json';
@ -13,9 +13,9 @@ import {
createEventMetaCreator createEventMetaCreator
} from '../../redux'; } from '../../redux';
import fewtchMapUiEpic from './fetch-map-ui-epic'; import fetchMapUiEpic from './fetch-map-ui-epic';
export const epics = [ fewtchMapUiEpic ]; export const epics = [ fetchMapUiEpic ];
export const types = createTypes([ export const types = createTypes([
'onRouteMap', 'onRouteMap',