Completed
Push — master ( da1163...908fd3 )
by Sathish
04:57
created
src/Page/UserProfilePageController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     public function ProfileForm()
44 44
     {
45 45
 
46
-        $form =  new ProfileForm($this, 'ProfileForm');
46
+        $form = new ProfileForm($this, 'ProfileForm');
47 47
         $form->loadDataFrom($this->member);
48 48
         return $form;
49 49
     }
Please login to merge, or discard this patch.