Skip to content

Commit cba1edc

Browse files
authored
remove trailing whitespaces
1 parent 486321b commit cba1edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PhpWord/Shared/HtmlTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,12 @@ public function testParseLetterSpacing()
636636
/**
637637
* Tests checkbox input field
638638
*/
639-
public function testInputCheckbox()
639+
public function testInputCheckbox()
640640
{
641641
$phpWord = new \PhpOffice\PhpWord\PhpWord();
642642
$section = $phpWord->addSection();
643643
$html = '<input type="checkbox" checked="true" /><input type="checkbox" />';
644-
Html::addHtml($section, $html);
644+
Html::addHtml($section, $html);
645645

646646
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');
647647

0 commit comments

Comments
 (0)