Skip to content

Commit

Permalink
Removing trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 21, 2010
1 parent 7cef278 commit 0759c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/lib/cake_test_case.php
Expand Up @@ -197,7 +197,7 @@ function loadFixtures() {
}
$args = func_get_args();
foreach ($args as $class) {
$this->sharedFixture->loadSingle($class);
$this->sharedFixture->loadSingle($class);
}
}

Expand Down

0 comments on commit 0759c0b

Please sign in to comment.