Skip to content

Commit

Permalink
fix gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmalloy committed Mar 17, 2021
1 parent db4ec36 commit 372907d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provider/bluecat/bluecat.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ func (p *BluecatProvider) Records(ctx context.Context) (endpoints []*endpoint.En
endpoints = append(endpoints, endpoint.NewEndpoint(propMap["absoluteName"], endpoint.RecordTypeCNAME, propMap["linkedRecordName"]))
}


var resT []BluecatTXTRecord
err = p.gatewayClient.getTXTRecords(zone, &resT)
if err != nil {
Expand Down

0 comments on commit 372907d

Please sign in to comment.