Explorar o código

remove new line

Konstantinos Kaloutas %!s(int64=2) %!d(string=hai) anos
pai
achega
0a9c9e0096
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      gulpfile.js

+ 1 - 2
gulpfile.js

@@ -69,8 +69,7 @@ const common = {
       () => gulp.src([
         'node_modules/@tabler/icons/iconfont/fonts/**',
         'node_modules/katex/dist/fonts/*.woff2'
-      ])
-        .pipe(gulp.dest(path.join(outputPath, 'css', 'fonts'))),
+      ]).pipe(gulp.dest(path.join(outputPath, 'css', 'fonts'))),
     )(...params)
   },