Procházet zdrojové kódy

EAGLESIX-2651: Add: fix jshint error

Kyle P Davis před 11 roky
rodič
revize
d5433de594

+ 1 - 2
test/lib/pipeline/expressions/AddExpression_test.js

@@ -61,13 +61,12 @@ var TestBase = function TestBase(overrides) {
 		};
 		proto._reverse = false;
 		return klass;
-	})()
+	})();
 
 exports.AddExpression = {
 
 	"constructor()": {
 
-
 		"should construct instance": function() {
 			assert(new AddExpression() instanceof AddExpression);
 			assert(new AddExpression() instanceof Expression);