From 2d844382836c1f8b08f91205a8483f398fafe068 Mon Sep 17 00:00:00 2001 From: bentaber Date: Mon, 26 Aug 2013 15:34:54 -0600 Subject: [PATCH] linting --- test/moment/format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moment/format.js b/test/moment/format.js index 6fd6d4f3d..bf1e32f91 100644 --- a/test/moment/format.js +++ b/test/moment/format.js @@ -317,7 +317,7 @@ exports.format = { b = moment().utc().startOf('day').subtract({ m : 1 }), c = moment().local().startOf('day').subtract({ m : 1 }); - zones.forEach(function(z) { + zones.forEach(function (z) { var a = moment().zone(z).startOf('day').subtract({ m: 1 }); test.equal(moment(a).zone(z).calendar(), "Yesterday at 11:59 PM", "Yesterday at 11:59 PM, not Today, or the wrong time"); }); -- 2.47.2