Passed
Push — master ( 0c63d3...877e1b )
by Sathish
02:53
created
src/Page/UserProfilePageController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     */
42 42
     public function ProfileForm()
43 43
     {
44
-        $form =  new ProfileForm($this, 'ProfileForm');
44
+        $form = new ProfileForm($this, 'ProfileForm');
45 45
         if ($this->member) {
46 46
             $form->loadDataFrom($this->member);
47 47
         }
Please login to merge, or discard this patch.