style: removed variable only used once

Signed-off-by: Jesse Simpson <jesse.simpson36@gmail.com>
pull/13586/head
Jesse Simpson 9 months ago
parent a56daca82b
commit 1357db4db1
No known key found for this signature in database
GPG Key ID: 237495C89AB0AAFC

@ -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 {

Loading…
Cancel
Save