Skip to content

Commit 58faef5

Browse files
committed
Remove the trailing comma apis/mysql/v1alpha1/user_types.go
Signed-off-by: ymaniukevich <[email protected]>
1 parent 024ab9a commit 58faef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/mysql/v1alpha1/user_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type UserParameters struct {
5454
// Supported values: "mysql_native_password", "caching_sha2_password", "AWSAuthenticationPlugin".
5555
// +kubebuilder:validation:Enum=mysql_native_password;caching_sha2_password;AWSAuthenticationPlugin
5656
// +optional
57-
AuthPlugin string `json:"authPlugin,omitempty,"`
57+
AuthPlugin string `json:"authPlugin,omitempty"`
5858
}
5959

6060
// ResourceOptions define the account specific resource limits.

0 commit comments

Comments
 (0)