1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-06-24 00:38:42 +00:00

Fix JS code style

This commit is contained in:
Cotes Chung
2021-10-26 02:33:32 +08:00
parent 2f79b8d408
commit 2dc2175723
+2 -3
View File
@@ -89,6 +89,5 @@ exports.liveRebuild = () => {
`${ JS_SRC }/lib/*.js` `${ JS_SRC }/lib/*.js`
], ],
buildJs buildJs
) );
} };