tokens: gofmt

Signed-off-by: Roman Khimov <roman@nspcc.ru>
remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Roman Khimov 2021-06-15 18:48:30 +03:00
parent df3746ad03
commit b20d249bcd
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ func (c *cred) getAccessBox(ctx context.Context, address *object.Address) (*acce
func (c *cred) Put(ctx context.Context, cid *cid.ID, issuer *owner.ID, box *accessbox.AccessBox, keys ...hcs.PublicKey) (*object.Address, error) {
var (
err error
err error
created = strconv.FormatInt(time.Now().Unix(), 10)
)