Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ezilber-akamai committed Nov 26, 2024
1 parent 5af47c4 commit c949a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object_storage_buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ func (c *Client) ListObjectStorageBucketContents(ctx context.Context, clusterOrR
basePath := formatAPIPath("object-storage/buckets/%s/%s/object-list", clusterOrRegionID, label)
queryString := ""

// nolint:nestif
if params != nil {
if params.Marker != nil && *params.Marker != "" {
queryString += fmt.Sprintf("marker=%s&", *params.Marker)
Expand Down

0 comments on commit c949a70

Please sign in to comment.