diff --git a/ajax/create.php b/ajax/create.php
index 6bbe7d5a5f8922c64f3bcc6f286a6632baebb021..9e5247fa2baab7e1fcff7c823ea6c203ebb1366d 100644
--- a/ajax/create.php
+++ b/ajax/create.php
@@ -42,7 +42,6 @@ function ($attributes) {
             );
 
             return false;
-
         } catch (QUI\Permissions\Exception $Exception) {
             throw $Exception;
         } catch (\Exception $Exception) {