瀏覽代碼

remove new line

Konstantinos Kaloutas 2 年之前
父節點
當前提交
0a9c9e0096
共有 1 個文件被更改,包括 1 次插入2 次删除
  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)
   },