From 2db96d7ca9d59beb00f90d3df7991f0f1f686bdf Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 17 Feb 2016 08:27:39 +0100 Subject: [PATCH] Fix missing semicolon. --- grunt-config/htmllint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt-config/htmllint.js b/grunt-config/htmllint.js index 0d05de9..54c5ba5 100644 --- a/grunt-config/htmllint.js +++ b/grunt-config/htmllint.js @@ -13,4 +13,4 @@ module.exports = { 'accountant/frontend/static/templates/**/*.html' ] } -} +};