forked from TrueCloudLab/frostfs-api-go
[#412] storagegroup: Remove linter warning
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
9fe5c0736d
commit
98db3fa284
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ func (s *StorageGroup) FromGRPCMessage(m grpc.Message) error {
|
|||
return err
|
||||
}
|
||||
|
||||
//nolint: staticcheck
|
||||
s.exp = v.GetExpirationEpoch()
|
||||
s.size = v.GetValidationDataSize()
|
||||
|
||||
|
|
Loading…
Reference in a new issue