forked from TrueCloudLab/frostfs-node
[#148] memstore: Drop space line
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
573d920821
commit
2dc86058c3
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]
|
||||
return common.ExistsRes{Exists: exists}, nil
|
||||
|
||||
}
|
||||
|
||||
func (s *memstoreImpl) Put(req common.PutPrm) (common.PutRes, error) {
|
||||
|
|
Loading…
Reference in a new issue