Skip to content

Commit 70dbb24

Browse files
gyandeepsjoshwiens
authored andcommitted
style(lint): lint fixes (#195)
1 parent 2723439 commit 70dbb24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/karma-webpack.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ function Plugin(
3030
// Webpack 2.1.0-beta.7+ will throw in error if both entry and plugins are not specified in options
3131
// https://github.com/webpack/webpack/commit/b3bc5427969e15fd3663d9a1c57dbd1eb2c94805
3232
if (!webpackOptions.entry) {
33-
webpackOptions.entry = function(){return {}}
33+
webpackOptions.entry = function(){
34+
return {}
35+
}
3436
};
3537

3638
if (!webpackOptions.output) {

0 commit comments

Comments
 (0)