Skip to content

Commit 3578e8b

Browse files
committed
fix: scopelint for examples files
1 parent 624498f commit 3578e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ttl/series.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ func createTables(ctx context.Context, c table.Client, prefix string) (err error
268268
}
269269

270270
for i := 0; i < expirationQueueCount; i++ {
271+
i := i
271272
err = c.Do(ctx,
272273
func(ctx context.Context, s table.Session) error {
273274
return s.CreateTable(ctx, path.Join(prefix, fmt.Sprintf("expiration_queue_%v", i)),

0 commit comments

Comments
 (0)