Skip to content

Commit

Permalink
Removed a stray tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed Aug 6, 2013
1 parent c01aacf commit 3559aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Console/Command/ApiShellTest.php
Expand Up @@ -44,7 +44,7 @@ public function setUp() {
$this->Shell = $this->getMock(
'ApiShell',
array('in', 'out', 'createFile', 'hr', '_stop'),
array( $out, $out, $in)
array($out, $out, $in)
);
}

Expand Down

0 comments on commit 3559aa3

Please sign in to comment.