Merge "RCFilters: make isStructuredFilterUiEnabled public"
[lhc/web/wiklou.git] / tests / phpunit / maintenance / backup_LogTest.php
index 0019a3f..91e1b1e 100644 (file)
@@ -104,7 +104,6 @@ class BackupDumperLoggerTest extends DumpTestCase {
        private function assertLogItem( $id, $user_name, $user_id, $comment, $type,
                $subtype, $title, $parameters = []
        ) {
-
                $this->assertNodeStart( "logitem" );
                $this->skipWhitespace();