[#148] memstore: Drop space line

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
refactor/86-move_test_utils
Dmitrii Stepanov 2023-03-20 09:38:57 +03:00
parent 573d920821
commit 2dc86058c3
1 changed files with 0 additions and 1 deletions

View File

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