Fix php code style
[lhc/web/wiklou.git] / tests / phpunit / includes / search / SearchIndexFieldTest.php
index 6b12229..bb7508c 100644 (file)
@@ -51,7 +51,6 @@ class SearchIndexFieldTest extends MediaWikiTestCase {
                        }
                );
                $this->assertEquals( "test", $field1->merge( $field2 ) );
-
        }
 
 }