Completed
Push — 8.x-1.x ( b45449...fc4997 )
by Janez
02:00
created
src/Plugin/views/display/EntityBrowser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@
 block discarded – undo
54 54
     // that directly.
55 55
     if ($option == 'use_ajax') {
56 56
       return TRUE;
57
-    }
58
-    else {
57
+    } else {
59 58
       return parent::getOption($option);
60 59
     }
61 60
   }
Please login to merge, or discard this patch.