lint compliance

This commit is contained in:
ansuz
2020-02-14 16:48:14 -05:00
parent 3f606d8c75
commit d9ab8d3f62
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ var config = require("../../lib/load-config");
// this isn't strictly necessary for what we want to do
// but the API requires it, and I don't feel like changing that
// --ansuz
var FileStorage = require("../../lib/storage/file"));
var FileStorage = require("../../lib/storage/file");
var tasks;
nThen(function (w) {