mirror of
https://github.com/restic/restic.git
synced 2026-08-17 19:13:18 +00:00
Apply go fix -rangeint ./...
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ func TestNew(t *testing.T) {
|
||||
stepEnd
|
||||
)
|
||||
|
||||
for step := stepCreate; step < stepEnd; step++ {
|
||||
for step := range stepEnd {
|
||||
switch step {
|
||||
case stepRmTag:
|
||||
rtest.OK(t, os.Remove(tagFile))
|
||||
|
||||
Reference in New Issue
Block a user