Completed
Push — master ( 511232...7b5045 )
by Xu
986:29 queued 947:20
created
src/rest/models/AvatarForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     public function save()
53 53
     {
54 54
         if ($this->validate()) {
55
-            if(AvatarHelper::save($this->getUser(), $this->_originalImage)){
55
+            if (AvatarHelper::save($this->getUser(), $this->_originalImage)) {
56 56
                 return true;
57 57
             } else {
58 58
                 return false;
Please login to merge, or discard this patch.