Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jul 14, 2014
1 parent 46ad39c commit 8005fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BaseMinifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public function testSkipMinification()
</p>';

$result = $this->compiler->compileString($string);
$this->assertEquals($expected, $result);
$this->assertEquals($expected, $result);
}

}
Expand Down

0 comments on commit 8005fc4

Please sign in to comment.