[#412] storagegroup: Remove linter warning

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
pull/1/head
Evgenii Stratonikov 2022-08-15 16:17:10 +03:00 committed by Pavel Karpy
parent 9fe5c0736d
commit 98db3fa284
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ func (s *StorageGroup) FromGRPCMessage(m grpc.Message) error {
return err
}
//nolint: staticcheck
s.exp = v.GetExpirationEpoch()
s.size = v.GetValidationDataSize()