From 142faabc8faf92159b76766edd013baedd2b3ad1 Mon Sep 17 00:00:00 2001 From: Alberto Cuevas Date: Sat, 3 Jan 2026 17:35:13 -0600 Subject: [PATCH] Remove trailing whitespace from ExportPdfTest.php Signed-off-by: Alberto Cuevas --- tests/unit/Plugins/Export/ExportPdfTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/Plugins/Export/ExportPdfTest.php b/tests/unit/Plugins/Export/ExportPdfTest.php index e05590cfef..2783e06dd3 100644 --- a/tests/unit/Plugins/Export/ExportPdfTest.php +++ b/tests/unit/Plugins/Export/ExportPdfTest.php @@ -276,6 +276,4 @@ class ExportPdfTest extends AbstractTestCase self::assertStringStartsWith('%PDF-', $output); self::assertGreaterThan(5000, strlen($output)); } - - }