1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-16 21:28:13 +01: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 = '';
if (git.branch() !== 'master') {
buildData += '';
if (isCompiled) {
buildData += `
Build Date: ${(new Date()).toISOString()}