Skip to content

Commit

Permalink
Update internal/sdkv2provider/data_source_record.go
Browse files Browse the repository at this point in the history
removing empty line

Co-authored-by: Jacob Bednarz <[email protected]>
  • Loading branch information
tfalkenberg1 and jacobbednarz authored Jan 30, 2024
1 parent db7bae5 commit ae4c383
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/sdkv2provider/data_source_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func dataSourceCloudflareRecordRead(ctx context.Context, d *schema.ResourceData,

if len(records) != 1 && !contains([]string{"MX", "URI"}, searchRecord.Type) {
return diag.Errorf("only wanted 1 DNS record. Got %d records", len(records))

} else {
var p uint16
if priority, ok := d.GetOkExists("priority"); ok {
Expand Down

0 comments on commit ae4c383

Please sign in to comment.