From 23cd5feb982870636724cdd06d2c7a480dd59226 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 15 Mar 2015 14:46:41 -0700 Subject: [PATCH] code formatting / nitpicks --- strftime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strftime.js b/strftime.js index bed30ae..00c877a 100644 --- a/strftime.js +++ b/strftime.js @@ -45,7 +45,7 @@ // Browsers and other environments else { // Get the global object. Works in ES3, ES5, and ES5 strict mode. - namespace = (function(){ return this || (1,eval)('this'); }()); + namespace = (function() { return this || (1,eval)('this'); }()); } // Deprecated API, to be removed in v1.0