format error

This commit is contained in:
Carlosokumu 2024-09-06 16:53:22 +03:00
parent 7a12588744
commit d7376a4196
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -316,7 +316,7 @@ func (h *Handlers) SaveFamilyname(ctx context.Context, sym string, input []byte)
return res, nil
}
} else {
return res,fmt.Errorf("a family name cannot be less than one character")
return res, fmt.Errorf("a family name cannot be less than one character")
}
return res, nil