forked from TrueCloudLab/frostfs-node
Hello, I am a robot. #1
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ func (s *memstoreImpl) Exists(req common.ExistsPrm) (common.ExistsRes, error) {
|
||||||
|
|
||||||
_, exists := s.objs[key]
|
_, exists := s.objs[key]
|
||||||
return common.ExistsRes{Exists: exists}, nil
|
return common.ExistsRes{Exists: exists}, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *memstoreImpl) Put(req common.PutPrm) (common.PutRes, error) {
|
func (s *memstoreImpl) Put(req common.PutPrm) (common.PutRes, error) {
|
||||||
|
|
Loading…
Reference in a new issue