Skip to content

Commit 67a7d97

Browse files
committed
fix(cdn) remove empty line
1 parent 1c314e1 commit 67a7d97

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

services/cdn/wait/wait.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func CreateDistributionPoolWaitHandler(ctx context.Context, api APIClientInterfa
3333
return "", errors.New("empty status")
3434
}
3535
return *response.Distribution.Status, nil
36-
3736
},
3837
ActiveState: []cdn.DistributionStatus{cdn.DISTRIBUTIONSTATUS_ACTIVE},
3938
ErrorState: []cdn.DistributionStatus{cdn.DISTRIBUTIONSTATUS_ERROR, cdn.DISTRIBUTIONSTATUS_DELETING},

0 commit comments

Comments
 (0)