Skip to content

Commit

Permalink
fix: Removed extra semicolon
Browse files Browse the repository at this point in the history
Removing standard contradictory semicolon.

Closes karma-runner#65
  • Loading branch information
budde377 committed Sep 29, 2015
1 parent 8bf8508 commit 9c842f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var JUnitReporter = function (baseReporterDecorator, config, logger, helper, for

var writeXmlForBrowser = function (browser) {
var safeBrowserName = browser.name.replace(/ /g, '_')
var newOutputFile;
var newOutputFile
if (outputFile != null) {
var dir = path.join(outputDir, safeBrowserName)
newOutputFile = path.join(dir, outputFile)
Expand Down

0 comments on commit 9c842f9

Please sign in to comment.