1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00

Correct formatting

This commit is contained in:
Aneesh Nireshwalia 2023-02-01 01:36:05 -07:00
parent 46c26643a7
commit d062a82896

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: