[#1582] *: Fix linter warnings

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-07-06 10:54:15 +03:00 committed by fyrchik
parent df0d352305
commit c8506b247e
3 changed files with 1 additions and 18 deletions

View file

@ -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