]> git.agnieray.net Git - galette.git/commitdiff
Fix CS
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 13 Sep 2020 06:30:51 +0000 (08:30 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 13 Sep 2020 06:30:51 +0000 (08:30 +0200)
galette/lib/Galette/Controllers/CrudController.php

index 410a75920fd9bbfe150530485ce37c4e9ef6d9aa..31a0aca3c03860c003288c06c09746dfa9423fa4 100644 (file)
@@ -278,7 +278,6 @@ abstract class CrudController extends AbstractController
             );
         } else {
             try {
-
                 $ids = $this->getIdsToRemove($args, $post);
 
                 $res = $this->doDelete($args, $post);