Skip to content

Commit 9422777

Browse files
authored
fix: Fixed the lint error from the pipeline
1 parent f07caab commit 9422777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crd/overlayextensionconfig/api/v1alpha1/overlayextensionconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type OverlayExtensionConfigSpec struct {
3838
// +kubebuilder:validation:MaxLength=43
3939
// 43 is max length of IPv6 CIDR string
4040
ExtensionIPRange string `json:"extensionIPRange,omitempty"`
41-
41+
4242
// AppGatewaySubnetID field defines a subnet delegated to Application Gateway that should be able to reach routing domain ip addresses.
4343
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
4444
AppGatewaySubnetID string `json:"appGatewaySubnetID,omitempty"`

0 commit comments

Comments
 (0)