Browse Source

EAGLESIX-2353 Darn lint errors!

Tony Ennis 11 years ago
parent
commit
cc66cd6c50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/lib/pipeline/Pipeline.js

+ 1 - 1
test/lib/pipeline/Pipeline.js

@@ -161,7 +161,7 @@ module.exports = {
 				p.run(new DocumentSource({}), function (err, results) {
 					assert(err instanceof Error);
 					return next();
-				})
+				});
 			}
 		}
 	}