Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / display / DefaultDisplay.php
index ec01d6a30089c18155dcf0f69af4d4313704be57..2d14cfb16cf4289f1c80427e56b778f853b4f13e 100644 (file)
@@ -28,7 +28,9 @@ class DefaultDisplay extends DisplayPluginBase {
    * Determine if this display is the 'default' display which contains
    * fallback settings
    */
-  public function isDefaultDisplay() { return TRUE; }
+  public function isDefaultDisplay() {
+    return TRUE;
+  }
 
   /**
    * The default execute handler fully renders the view.