Skip to content

Commit c99c80f

Browse files
committed
CS
1 parent b136aa3 commit c99c80f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Drupal/Commands/core/EntityCommands.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ public function delete($entity_type, $ids = null, $options = ['bundle' => self::
6262

6363
if (empty($entities)) {
6464
$this->logger()->success(dt('No matching entities found.'));
65-
}
66-
else {
65+
} else {
6766
$storage->delete($entities);
6867
$this->logger()->success(dt('Deleted !type entity Ids: !ids', ['!type' => $entity_type, '!ids' => implode(', ', array_keys($entities))]));
6968
}

0 commit comments

Comments
 (0)