From bbffe05541e14cac099d58e0c4146d9fbfefdb01 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Sat, 12 Jan 2019 00:16:04 +1300 Subject: [PATCH] Fixing linting error. --- tests/php/Controllers/CMSMainTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/php/Controllers/CMSMainTest.php b/tests/php/Controllers/CMSMainTest.php index 9f28bb82..08722116 100644 --- a/tests/php/Controllers/CMSMainTest.php +++ b/tests/php/Controllers/CMSMainTest.php @@ -677,7 +677,5 @@ class CMSMainTest extends FunctionalTest $this->logOut(); $this->logInWithPermission('ADMIN'); $this->assertTrue($cms->CanOrganiseSitetree()); - - } }