Skip to content

Commit 5d7f13f

Browse files
authored
Fix codestyle
1 parent 78e8e12 commit 5d7f13f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/HtmlPhpExcel/HtmlPhpExcel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ private function createExcel(): void
142142
// Remove 1st sheet, which might be created automatically with new excel
143143
try {
144144
$this->excel->removeSheet(1);
145-
} catch (\Exception) {}
145+
} catch (\Exception) {
146+
}
146147

147148
// Loop over all tables in document
148149
foreach($this->document->getTables() as $table) {

0 commit comments

Comments
 (0)