Skip to content

Commit

Permalink
Fix unused var (vows issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
raszi committed Nov 27, 2016
1 parent da68885 commit 47c95a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/name-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-octal */
/* eslint-disable no-octal, no-unused-vars */

var
vows = require('vows'),
Expand Down

0 comments on commit 47c95a7

Please sign in to comment.