Remove trailing whitespace from ExportPdfTest.php

Signed-off-by: Alberto Cuevas <mexslacker@gmail.com>
This commit is contained in:
Alberto Cuevas 2026-01-03 17:35:13 -06:00
parent 47a09dabd9
commit 142faabc8f

View File

@ -276,6 +276,4 @@ class ExportPdfTest extends AbstractTestCase
self::assertStringStartsWith('%PDF-', $output);
self::assertGreaterThan(5000, strlen($output));
}
}