From 6137098872c2690f71a8be4e6fc9171b9ae3e89e Mon Sep 17 00:00:00 2001 From: Gogs Date: Wed, 2 Jun 2021 16:44:34 +0200 Subject: [PATCH] Pre Commit Hook --- controllers/Playground.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/Playground.php b/controllers/Playground.php index 865e386..271d47e 100644 --- a/controllers/Playground.php +++ b/controllers/Playground.php @@ -13,6 +13,6 @@ class Playground extends Controller } public function index() - { - } + { + } }