Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views_ui / tests / src / Kernel / TagTest.php
index e63bf228fbb7f3bc1eb32a2d42a5bafc7c964381..44d341776d7217897054cf079d2f336afcbf79c4 100644 (file)
@@ -52,7 +52,6 @@ class TagTest extends ViewsKernelTestBase {
       $this->assertTrue(in_array($match, $suggestions), 'Make sure the returned array has the proper format.');
     }
 
-
     // Make sure that matching by a certain prefix works.
     $request->query->set('q', 'autocomplete_tag_test_even');
     $result = $controller->autocompleteTag($request);