Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / link / tests / src / Unit / Plugin / Validation / Constraint / LinkNotExistingInternalConstraintValidatorTest.php
index 41ecd4a87d80091fca4d185c3de7ae8a4dd727bf..2842df84830327d042ca1bf95ad93bcbaa955d8f 100644 (file)
@@ -31,7 +31,6 @@ class LinkNotExistingInternalConstraintValidatorTest extends UnitTestCase {
         ->method('addViolation');
     }
 
-
     $constraint = new LinkNotExistingInternalConstraint();
 
     $validator = new LinkNotExistingInternalConstraintValidator();