forked from TrueCloudLab/frostfs-node
[#1582] *: Fix linter warnings
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
df0d352305
commit
c8506b247e
3 changed files with 1 additions and 18 deletions
|
@ -152,9 +152,7 @@ func (s *morphExecutor) Get(ctx context.Context, body *container.GetRequestBody)
|
|||
return nil, err
|
||||
}
|
||||
|
||||
var sigV2 *refs.Signature
|
||||
|
||||
sigV2 = new(refs.Signature)
|
||||
sigV2 := new(refs.Signature)
|
||||
cnr.Signature.WriteToV2(sigV2)
|
||||
|
||||
var tokV2 *sessionV2.Token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue