Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / big_pipe / src / Render / BigPipe.php
index b312d7633d315ab6894f04ebc0b73add38b0b379..ef658c275023b26dddc05b79c4edb8df99422f53 100644 (file)
@@ -446,7 +446,6 @@ class BigPipe {
         }
       }
 
-
       // Create a new HtmlResponse. Ensure the CSS and (non-bottom) JS is sent
       // before the HTML they're associated with. In other words: ensure the
       // critical assets for this placeholder's markup are loaded first.
@@ -483,7 +482,6 @@ class BigPipe {
         }
       }
 
-
       // Send this embedded HTML response.
       $this->sendChunk($html_response);