Skip to content

Commit 7fdbf76

Browse files
committed
fix linter errors
1 parent 057907a commit 7fdbf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/azurecluster_validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ func validatePrivateDNSZoneName(privateDNSZoneName string, controlPlaneEnabled b
558558
}
559559

560560
// validatePrivateDNSZoneResourceGroup validates the PrivateDNSZoneResourceGroup.
561-
// A private DNS Zone's resource group is valid as long as privateDNSZoneName is provided with the private dns resource group name
561+
// A private DNS Zone's resource group is valid as long as privateDNSZoneName is provided with the private dns resource group name.
562562
func validatePrivateDNSZoneResourceGroup(privateDNSZoneName string, privateDNSZoneResourceGroup string, fldPath *field.Path) field.ErrorList {
563563
var allErrs field.ErrorList
564564

0 commit comments

Comments
 (0)