Passed
Push — renovate/configure ( 046e0a...97377d )
by
unknown
19:34
created
services/filemanager/settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 		$this->config_path = $config_path;
54 54
 		$this->php_ext = $php_ext;
55 55
 
56
-		$this->config_template = __DIR__.'/default.config';
56
+		$this->config_template = __DIR__ . '/default.config';
57 57
 	}
58 58
 
59 59
 	/**
Please login to merge, or discard this patch.