Completed
Push — 8.x-1.x ( 89ec67...a89c79 )
by Janez
02:32
created
src/Form/EntityBrowserForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
    * {@inheritdoc}
65 65
    */
66 66
   public function getFormId() {
67
-    return 'entity_browser_' . $this->entityBrowser->id() . '_form';
67
+    return 'entity_browser_'.$this->entityBrowser->id().'_form';
68 68
   }
69 69
 
70 70
   /**
Please login to merge, or discard this patch.