Passed
Pull Request — master (#67)
by Victor
03:18
created
lib/Compat/Settings.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
 use OCP\Settings\ISettings;
30 30
 
31
-abstract class Settings implements ISettings{
31
+abstract class Settings implements ISettings {
32 32
 
33 33
 	/**
34 34
 	 * @return string
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
 use OCP\Settings\ISettings;
30 30
 
31
-abstract class Settings implements ISettings{
31
+abstract class Settings implements ISettings {
32 32
 
33 33
 	/**
34 34
 	 * @return string
Please login to merge, or discard this patch.