Apply suggestions from code review

This commit is contained in:
Ciprian Hacman 2023-06-17 09:25:13 +03:00 committed by GitHub
parent 0a862fdb70
commit 9579feab98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ func setType(v reflect.Value, newValue string) error {
default:
panic("missing case in switch")
}
case "intstr.IntOrString":
newV = reflect.ValueOf(intstr.Parse(newValue))