Completed
Push — 8.x-1.x ( 5c15ea...b9d72f )
by Janez
01:47
created
media.module 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 /**
29 29
  * Implements hook_form_alter().
30 30
  */
31
-function media_form_alter(&$form, FormStateInterface &$form_state) {
31
+function media_form_alter(&$form, FormStateInterface & $form_state) {
32 32
   if ($form['#form_id'] == 'entity_browser_media_library_form') {
33 33
     // Style the submit button.
34 34
     $form['actions']['submit']['#attributes']['class'][] = 'button--primary';
Please login to merge, or discard this patch.