Skip to content

Commit b307ab1

Browse files
committed
chore: fix go linting
1 parent a49cc47 commit b307ab1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/node/yarn.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ func (yi *YarnInstaller) PrepareYarnEnvironment(workDir string, yarnLock string,
146146
logger.WithField("error", err.Error()).
147147
Warn("Failed to create gzip reader for yarn.lock, falling back to raw content")
148148
}
149-
} else {
150-
// Not base64-encoded; fall back to raw content
151149
}
152150

153151
if toWrite == nil {

0 commit comments

Comments
 (0)