Completed
Push — master ( 1b0b82...28bb6d )
by
unknown
05:01
created
src/app/libraries/auth_lib.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,9 +45,9 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
     private function admin_details() {
48
-         $object = new stdClass();
49
-         $object->preferred_username = "admin";
50
-         return $object;
48
+            $object = new stdClass();
49
+            $object->preferred_username = "admin";
50
+            return $object;
51 51
     }
52 52
 
53 53
     public function get_user_details() {
Please login to merge, or discard this patch.