From c371c56a9a6fb6edfd497e9716062f65f25c88e5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 6 May 2015 22:26:04 +0200 Subject: [PATCH] indent --- src/Gist/Controller/ViewController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gist/Controller/ViewController.php b/src/Gist/Controller/ViewController.php index 5732e9e..43d323d 100644 --- a/src/Gist/Controller/ViewController.php +++ b/src/Gist/Controller/ViewController.php @@ -22,8 +22,8 @@ class ViewController } $history = $app['gist']->getHistory($gist); - - if (empty($history)) { + + if (empty($history)) { return $this->notFoundResponse($app); }