White space fixes for the phpcs

White space fixes for the phpcs
This commit is contained in:
Nick 2021-08-18 22:35:09 +12:00 committed by Guy Sartorelli
parent 8b267aaf27
commit 143b249696
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 1 additions and 2 deletions

View File

@ -199,6 +199,5 @@ class FileFieldTest extends FunctionalTest
// PNG is not explicitly defined in config, so would fall back to *
$this->assertEquals(Convert::memstring2bytes($defaultSize), $fileField->getValidator()->getAllowedMaxFileSize('png'));
}
}
}