Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint, network: remove appendAssign error
By removing this extra variable, we always make use of the same slice when appending, this removing the error below: ``` pkg/network/domainspec/generators.go:187:39: appendAssign: append result not assigned to the same slice (gocritic) b.domain.Spec.Devices.Interfaces = append(ifaces[:i], ifaces[i+1:]...) ``` Signed-off-by: Miguel Duarte Barroso <[email protected]>
- Loading branch information