Correct formatting

This commit is contained in:
Aneesh Nireshwalia 2023-02-01 01:36:05 -07:00
parent 46c26643a7
commit d062a82896
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ func (o Options) Apply(ns string, dst interface{}) error {
case "SecretString":
ss := NewSecretString(value)
v.Field(i).Set(reflect.ValueOf(ss))
default: