From becce6b7520912257c3d72697a3aefec9923a467 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 29 Nov 2018 20:59:46 +0100 Subject: Define an official codestyle and adhere to it. --- lib/Config/DependencyException.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Config/DependencyException.php') diff --git a/lib/Config/DependencyException.php b/lib/Config/DependencyException.php index 4a6a168e3..6f9d21be6 100644 --- a/lib/Config/DependencyException.php +++ b/lib/Config/DependencyException.php @@ -26,6 +26,4 @@ class DependencyException extends \Exception { parent::__construct($msg); } - - -} \ No newline at end of file +} -- cgit v1.2.3