diff --git a/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php b/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php index a2962aa..c5d2451 100644 --- a/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php +++ b/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php @@ -59,7 +59,7 @@ class SearchPreprocessLangcodeTest extends SearchTestBase { // Checks if the langcode has been passed by hook_search_preprocess(). $this->assertText('Langcode Preprocess Test: en'); - + } /** * Tests stemming for hook_search_preprocess(). @@ -95,6 +95,5 @@ class SearchPreprocessLangcodeTest extends SearchTestBase { // Check if the node has been found. $this->assertText('Search results'); $this->assertText('we are testing'); - } }