1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-18 20:11:26 +02:00

refactor: Remove superfluous empty string concatenation

This commit is contained in:
Trezy
2018-12-17 14:44:16 -06:00
parent 5f0ec9128f
commit b789e22121

View File

@@ -4,8 +4,6 @@ module.exports = (isCompiled = false) => {
let buildData = ''; let buildData = '';
if (git.branch() !== 'master') { if (git.branch() !== 'master') {
buildData += '';
if (isCompiled) { if (isCompiled) {
buildData += ` buildData += `
Build Date: ${(new Date()).toISOString()} Build Date: ${(new Date()).toISOString()}