Skip to content

Commit b787e8f

Browse files
Fix whitespace.
1 parent a026e4f commit b787e8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PHP/CodeCoverage/Report/HTML/Directory.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ public function render(PHP_CodeCoverage_Report_Node_Directory $node, $file, $tit
9797
$title = $node->getName();
9898
}
9999

100-
$template = new Text_Template(
101-
$this->templatePath . 'directory.html'
102-
);
100+
$template = new Text_Template($this->templatePath . 'directory.html');
103101

104102
$template->renderTo($file);
105103
}

0 commit comments

Comments
 (0)