Skip to content

Commit 524654a

Browse files
authored
fix($eslint): space infix operator
1 parent 90daf3e commit 524654a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flushChunks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const filesFromChunks = (
203203
return result
204204
}
205205

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

208208
return [].concat(...chunkNames.filter(hasChunk).map(entryToFiles))
209209
}

0 commit comments

Comments
 (0)