From cf6b6f826411ba6f00ab8fd47963f391cac71d82 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 24 Oct 2014 22:18:00 -0400 Subject: [PATCH] jshint --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 8356fcf..1890eea 100644 --- a/test/test.js +++ b/test/test.js @@ -58,7 +58,7 @@ function tests() { blobUtil.blobToBase64String(otherBlob) ]).then(function (strings) { strings[0].should.equal(strings[1]); - }) + }); }); }); });