fixing some lint issues

This commit is contained in:
Gareth Jones
2013-08-29 16:56:40 +10:00
parent 46ad57b4e0
commit 5e144e4004
17 changed files with 181 additions and 123 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ describe('../lib/appenders/console', function() {
});
it('should output to console', function() {
messages.should.eql(["blah"]);
messages.should.eql(["blah"]);
});
});