From f635f3b09e343f488961efcf7b60da73fe505a1e Mon Sep 17 00:00:00 2001 From: Michael <michael.danielczok@gmail.com> Date: Thu, 27 Oct 2016 17:05:40 +0200 Subject: [PATCH] refactor: code style.... --- src/QUI/Bricks/Controls/Children/Listing.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/QUI/Bricks/Controls/Children/Listing.php b/src/QUI/Bricks/Controls/Children/Listing.php index 34e01d2..72c7361 100644 --- a/src/QUI/Bricks/Controls/Children/Listing.php +++ b/src/QUI/Bricks/Controls/Children/Listing.php @@ -56,6 +56,5 @@ public function getBody() $Control->setAttribute('order', $this->getAttribute('order')); return $Control->create(); - } -} \ No newline at end of file +} -- GitLab