Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / tests / src / Unit / ViewsDataTest.php
index a145538a6f8c28605bde5270f42fac8f13eb7ca9..18d6b7a03db32a9c9f6023d6913e0c7d5014d060 100644 (file)
@@ -236,7 +236,6 @@ class ViewsDataTest extends UnitTestCase {
       ->method('alter')
       ->with('views_data', $expected_views_data);
 
-
     // The cache should only be called once (before the clear() call) as get
     // will get all table data in the first get().
     $this->cacheBackend->expects($this->at(0))