Skip to content

Commit

Permalink
fix($eslint): space infix operator
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey authored Aug 18, 2017
1 parent 90daf3e commit 524654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flushChunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const filesFromChunks = (
return result
}

const entryToFiles = entry => assets[entry]|| assets[entry + '-']
const entryToFiles = entry => assets[entry] || assets[entry + '-']

return [].concat(...chunkNames.filter(hasChunk).map(entryToFiles))
}
Expand Down

0 comments on commit 524654a

Please sign in to comment.