Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 12, 2024
1 parent 75cd64d commit 399656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytestdlib/cache/auto_refresh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (t terminalCacheItem) IsTerminal() bool {
return true
}

func syncFakeItem(ctx context.Context, batch Batch) ([]ItemSyncResponse, error) {
func syncFakeItem(_ context.Context, batch Batch) ([]ItemSyncResponse, error) {
items := make([]ItemSyncResponse, 0, len(batch))
for _, obj := range batch {
item := obj.GetItem().(fakeCacheItem)
Expand Down

0 comments on commit 399656f

Please sign in to comment.