Skip to content

Commit

Permalink
Fixes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Aug 1, 2016
1 parent e81b25b commit 45c9d24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const createFallback$ = filePath => {

return readFile$(filePath, {
encoding: 'UTF8'
})
.map(JSON.parse).filter(identity).map(wrapAction).map(parseAction).catch(() => Observable.empty());
}).map(JSON.parse).filter(identity).map(wrapAction).map(parseAction).catch(() => Observable.empty());
};

export default createFallback$;

0 comments on commit 45c9d24

Please sign in to comment.