diff --git a/src/QUI/PresentationBricks/Controls/WallpaperText.php b/src/QUI/PresentationBricks/Controls/WallpaperText.php
index 036844f4997573424a370f68c6d7692da6c6853e..d46bd02bd383c118d6d3451f55093be5f55c7ae7 100644
--- a/src/QUI/PresentationBricks/Controls/WallpaperText.php
+++ b/src/QUI/PresentationBricks/Controls/WallpaperText.php
@@ -35,7 +35,6 @@ public function __construct($attributes = [])
         $this->addCSSFile(
             dirname(__FILE__).'/WallpaperText.css'
         );
-
     }
 
     /**
diff --git a/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php b/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php
index 6aee1530a82dd2e22dd9a6f26125162197d8dd33..128a924b26046939bc7f493443a500a95d48e270 100644
--- a/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php
+++ b/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php
@@ -40,7 +40,6 @@ public function __construct($attributes = [])
             'qui-class',
             'package/quiqqer/presentation-bricks/bin/Controls/WallpaperTextArrow'
         );
-
     }
 
     /**