Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
teameh committed Apr 12, 2016
1 parent 8f0195b commit 527caf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ function areWeRecording(action, state) {
}

undoable(reducer, {
filter: combineFilters(isActionSelfExcluded, areWeRecording)
})
filter: combineFilters(isActionSelfExcluded, areWeRecording)
})
```

### Ignoring Actions
Expand Down

0 comments on commit 527caf3

Please sign in to comment.