Skip to content

Commit 79a7318

Browse files
committed
fix linting errors
1 parent 3692a3b commit 79a7318

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

provider/aws/aws.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,9 +865,7 @@ func (p *AWSProvider) AdjustEndpoints(endpoints []*endpoint.Endpoint) ([]*endpoi
865865
// if the endpoint is using geoproximity, set the bias to 0 if not set
866866
// this is needed to avoid unnecessary Upserts if the desired endpoint doesn't specify a bias
867867
func adjustGeoProximityLocationEndpoint(ep *endpoint.Endpoint) {
868-
869868
if ep.SetIdentifier != "" {
870-
871869
_, ok1 := ep.GetProviderSpecificProperty(providerSpecificGeoProximityLocationAWSRegion)
872870
_, ok2 := ep.GetProviderSpecificProperty(providerSpecificGeoProximityLocationLocalZoneGroup)
873871
_, ok3 := ep.GetProviderSpecificProperty(providerSpecificGeoProximityLocationCoordinates)

0 commit comments

Comments
 (0)