Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: resolve loopclosure warning (celestiaorg#3329)
Fixes this warning ![Screenshot 2024-04-16 at 11 45 35 AM](https://github.com/celestiaorg/celestia-app/assets/3699047/285fde0e-076d-42b6-ba91-dcda317ef210) Ref: https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/loopclosure Note: since we're already on Go 1.22, the loop already creates a new variable per loop iteration so we don't technically need to merge this but idk how to inform the warning generator that we're already on Go 1.22 and the warning doesn't apply to us.
- Loading branch information