Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
charpour committed Nov 9, 2016
1 parent 0bf7624 commit fcf95d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrumenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
var generatedOutput = preamble + '\n';

if (typeof generated === 'string') {
generatedOutput += generated + '\n'
generatedOutput += generated + '\n';
}

return generatedOutput;
Expand Down

0 comments on commit fcf95d2

Please sign in to comment.