Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Aug 7, 2023
1 parent 024ab78 commit 039ed14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/block/s3/client_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ func (c *ClientCache) Get(ctx context.Context, bucket string) (ret S3APIWithExpi
Name: fmt.Sprintf("created_aws_client_%s", region),
})
}
return
return ret
} else {
ret = svc.(S3APIWithExpirer)
return
return ret
}
}

Expand Down

0 comments on commit 039ed14

Please sign in to comment.