@@ -178,7 +178,7 @@ |
||
178 | 178 | } |
179 | 179 | try { |
180 | 180 | $this->type->getSpace()->update($entity->getId(), $operations); |
181 | - } catch(\Exception $e) { |
|
181 | + } catch (\Exception $e) { |
|
182 | 182 | $this->type->getSpace()->delete([$entity->getId()]); |
183 | 183 | $tuple = $this->type->getCompleteTuple($entity->toArray()); |
184 | 184 | $this->type->getSpace()->insert($tuple); |