mirror of
https://github.com/helm/helm.git
synced 2026-08-08 17:11:18 +00:00
style: removed variable only used once
Signed-off-by: Jesse Simpson <jesse.simpson36@gmail.com>
This commit is contained in:
@@ -419,8 +419,7 @@ func cleanupExecError(filename string, err error) error {
|
||||
}
|
||||
|
||||
for i, fileLocation := range fileLocations {
|
||||
t := fileLocation.FilterLocation()
|
||||
fileLocations[i] = t
|
||||
fileLocations[i] = fileLocation.FilterLocation()
|
||||
}
|
||||
|
||||
for i, fileLocation := range fileLocations {
|
||||
|
||||
Reference in New Issue
Block a user