Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Jun 23, 2017
1 parent 7c7177c commit 3a8ef88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/web3/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var toTopic = function(value){
/// @param should be string or object
/// @returns options string or object
var getOptions = function (options, type) {
/*jshint maxcomplexity: 6 */

if (utils.isString(options)) {
return options;
Expand Down
1 change: 0 additions & 1 deletion lib/web3/methods/shh.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/

var Method = require('../method');
var formatters = require('../formatters');
var Filter = require('../filter');
var watches = require('./watches');

Expand Down

0 comments on commit 3a8ef88

Please sign in to comment.