Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 3, 2015
1 parent 7f3768e commit b31c60e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CodeCoverage.php
Expand Up @@ -682,8 +682,7 @@ private function getLinesToBeIgnored($filename)
$lines = file($filename);
$numLines = count($lines);

if ($this->disableIgnoredLines)
{
if ($this->disableIgnoredLines) {
return $this->ignoredLines[$filename];
}

Expand Down

0 comments on commit b31c60e

Please sign in to comment.