Skip to content

Commit 4947b6c

Browse files
.
1 parent 21b6fb4 commit 4947b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cns/imds/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ func (c *Client) GetIMDSVersions(ctx context.Context) (*APIVersionsResponse, err
195195

196196
return nil
197197
}, retry.Context(ctx), retry.Attempts(c.config.retryAttempts), retry.DelayType(retry.BackOffDelay))
198-
199198
if err != nil {
200199
return nil, errors.Wrap(err, "exhausted retries querying IMDS versions")
201200
}

0 commit comments

Comments
 (0)