removed duplicated blank line

This commit is contained in:
Robin Krahnen 2022-02-10 15:57:07 +01:00
parent f324e8c0ca
commit 586d603650

View file

@ -76,7 +76,6 @@ class SequenceCommandController extends CommandController
->createQuery('DELETE FROM ' . SequenceEntry::class . ' se WHERE se.type = ?0 AND se.number < ?1')
->execute([$type, $this->sequenceGenerator->getLastNumberFor($type)]);
$this->outputLine('Deleted ' . $rowCount . ' row(s) for type "' . $type . '".');
}
}