Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
fix(todos-reducer): removes empty leading line that caused eslint to …
Browse files Browse the repository at this point in the history
…choke
  • Loading branch information
David Zukowski committed Aug 30, 2015
1 parent fbb824e commit e99abf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/reducers/todos/index.js
@@ -1,4 +1,3 @@

import Immutable from 'immutable';
import { createReducer } from 'utils';
import {
Expand All @@ -7,7 +6,6 @@ import {
TODO_TOGGLE_COMPLETE
} from 'constants/todo';


const createTodoItem = (copy) => Immutable.Map({
copy : copy,
complete : false
Expand Down

0 comments on commit e99abf3

Please sign in to comment.