Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / tests / src / Functional / Plugin / StyleTest.php
index fbb5bcfff1426895cea94ce0627bf92e2f46b87c..1686d53f13ed360118e29b51361b75aa1daafd2a 100644 (file)
@@ -173,7 +173,6 @@ class StyleTest extends ViewTestBase {
     $expected['Job: Drummer']['rows']['Age: 28']['rows'][2]->views_test_data_age = '28';
     $expected['Job: Drummer']['rows']['Age: 28']['rows'][2]->views_test_data_id = '3';
 
-
     // Alter the results to support the stripped case.
     if ($stripped) {
 
@@ -194,7 +193,6 @@ class StyleTest extends ViewTestBase {
       $view->style_plugin->options['grouping'][1] = ['field' => 'age', 'rendered' => TRUE, 'rendered_strip' => TRUE];
     }
 
-
     // The newer api passes the value of the grouping as well.
     $sets_new_rendered = $view->style_plugin->renderGrouping($view->result, $view->style_plugin->options['grouping'], TRUE);