Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
arv committed Aug 18, 2016
1 parent 0f0ae8f commit 4a593f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/parsers/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var test = require('tap').test,
parse = require('../../../lib/parsers/javascript');

function toComments(source, filename, opts) {
source = typeof source === 'string' ? source : '(' + source.toString() + ')';
source = typeof source === 'string' ? source : '(' + source.toString() + ')';
return parse({
file: filename || 'test.js',
source: source
Expand Down

0 comments on commit 4a593f9

Please sign in to comment.