Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Oct 13, 2023
1 parent 162fa3b commit 0b648bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/gcore/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func recordsToNative(rcs []*models.RecordConfig, expectedKey models.RecordKey) *
Meta: nil,
Enabled: true,
}
case "TXT": // Avoid double quoting for TXT records
case "TXT": // Avoid double quoting for TXT records
rr = dnssdk.ResourceRecord{
Content: convertTxtSliceToSdkAnySlice(r.TxtStrings),
Meta: nil,
Expand Down

0 comments on commit 0b648bf

Please sign in to comment.