From 640b714c268c59ceba12507473ab3f68eaaa646b Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 1 Mar 2020 23:41:00 +0100 Subject: icons small fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 5b5d81e4..a1a8c1e3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,7 @@ gulp.task('icons-sprite', function (cb) { } }); - const svgContent = `\n${svgContentSymbols}\n${svgContentIcons}\n`; + const svgContent = `\n${svgContentSymbols}\n${svgContentIcons}\n`; fs.writeFileSync('icons.svg', svgContent); cb(); -- cgit v1.2.1