Skip to content

Commit

Permalink
lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondoher committed Mar 2, 2017
1 parent 03399aa commit 546b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ var createKarmaMiddleware = function (

var scriptTags = []
var scriptUrls = []
files.included.forEach(function(file) {
files.included.forEach(function (file) {
var filePath = file.path
var fileExt = path.extname(filePath)

Expand Down

0 comments on commit 546b8c1

Please sign in to comment.