Completed
Push — 8.x-1.x ( e30e93...591469 )
by Janez
01:56
created
entity_browser.module 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,8 +150,7 @@
 block discarded – undo
150 150
           $image->save();
151 151
           $file->filesize = $image->getFileSize();
152 152
           drupal_set_message(t('The image was resized to fit within the maximum allowed dimensions of %dimensions pixels.', ['%dimensions' => $maximum_dimensions]));
153
-        }
154
-        else {
153
+        } else {
155 154
           $errors[] = t('The image exceeds the maximum allowed dimensions.');
156 155
         }
157 156
       }
Please login to merge, or discard this patch.