diff --git a/ui/nG6/Classes/Controller/class.tx_nG6_utils.php b/ui/nG6/Classes/Controller/class.tx_nG6_utils.php
index 61ea892015be6704edda6fadfac1def4defcd03d..0b61906876252e33df6ab1260def3012ae2bed41 100644
--- a/ui/nG6/Classes/Controller/class.tx_nG6_utils.php
+++ b/ui/nG6/Classes/Controller/class.tx_nG6_utils.php
@@ -327,7 +327,6 @@ $template_mail.='<p>Yours sincerely</p>
     static function get_config_content(){
     	$config_file_path = __DIR__."/../../../../application.properties";
     	$config_file_content = file_get_contents($config_file_path);
-    	
     	return($config_file_content);
     }