From 050743f1795f13e28e7249a4e66a49cb1e9a26e0 Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:37:44 -0800 Subject: [PATCH] Eliminate Redundant Line --- samples/Html/html_06_Table_Cellspacing.php | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/Html/html_06_Table_Cellspacing.php b/samples/Html/html_06_Table_Cellspacing.php index 731c11033..8c3cff147 100644 --- a/samples/Html/html_06_Table_Cellspacing.php +++ b/samples/Html/html_06_Table_Cellspacing.php @@ -20,7 +20,6 @@ function addCellspacing(string $html): string function writerCallback(HtmlWriter $writer): void { - $writer->setEditHtmlCallback(addCellSpacing(...)); $writer->setLineEnding("\n") ->writeAllSheets() ->setEditHtmlCallback(addCellspacing(...));