aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/handlebars/dt.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/handlebars/dt.js')
-rw-r--r--server/sonar-web/src/main/js/helpers/handlebars/dt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/handlebars/dt.js b/server/sonar-web/src/main/js/helpers/handlebars/dt.js
index 07be677136d..c343c4bf17e 100644
--- a/server/sonar-web/src/main/js/helpers/handlebars/dt.js
+++ b/server/sonar-web/src/main/js/helpers/handlebars/dt.js
@@ -19,6 +19,6 @@
*/
import moment from 'moment';
-module.exports = function (date) {
+module.exports = function(date) {
return moment(date).format('LLL');
};