Skip to content

Commit 12a8398

Browse files
committed
fix linter
1 parent ae9e515 commit 12a8398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/baremetal/helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ func getOfferInformations(ctx context.Context, offer interface{}, id string, i i
235235

236236
if validation.IsUUID(regional.ExpandID(offer.(string)).ID) {
237237
offerID := regional.ExpandID(offer.(string))
238+
238239
return FindOfferByID(ctx, api, zone.Zone, offerID.ID)
239240
} else {
240241
return api.GetOfferByName(&baremetal.GetOfferByNameRequest{

0 commit comments

Comments
 (0)