Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / tests / src / Unit / Plugin / area / EntityTest.php
index 556aef91a9d022ffd2e992c9bd171d003ecc708a..64e2777b0d793420d16d06cf5269c3f62e72e9ab 100644 (file)
@@ -92,7 +92,6 @@ class EntityTest extends UnitTestCase {
       ->method('getStyle')
       ->willReturn($this->stylePlugin);
 
-
     $token = $this->getMockBuilder('Drupal\Core\Utility\Token')
       ->disableOriginalConstructor()
       ->getMock();