From 0c5b586bea8b4da368d46ed1e63254b036f1838b Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Thu, 31 Jul 2014 11:07:28 -0700 Subject: [PATCH] Make jscs happy --- test/moment/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moment/locale.js b/test/moment/locale.js index 9588b9cf8..361e87b34 100644 --- a/test/moment/locale.js +++ b/test/moment/locale.js @@ -443,6 +443,6 @@ exports.locale = { m.lang("fr"); test.equal(m.locale(), "fr", "m.lang(key) changes instance locale"); - test.done() + test.done(); } }; -- 2.47.2