From 8c532efd5f02f7a7e5ea322a07ddcf49d130a8ec Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 10:09:03 -0400 Subject: Run php-cs-fixer on the code base --- app/Core/Paginator.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/Core/Paginator.php') diff --git a/app/Core/Paginator.php b/app/Core/Paginator.php index 763cb8b9..cfe89938 100644 --- a/app/Core/Paginator.php +++ b/app/Core/Paginator.php @@ -355,8 +355,7 @@ class Paginator $this->action, $this->getUrlParams($this->page - 1, $this->order, $this->direction) ); - } - else { + } else { $html .= '← '.t('Previous'); } @@ -382,8 +381,7 @@ class Paginator $this->action, $this->getUrlParams($this->page + 1, $this->order, $this->direction) ); - } - else { + } else { $html .= t('Next').' →'; } -- cgit v1.2.3