Browse Source

Get rid of some unrelated trailing space...

pull/586/head^2
Adam Vessey 10 years ago
parent
commit
c8fdfda962
  1. 2
      tests/includes/utilities.inc

2
tests/includes/utilities.inc

@ -315,7 +315,7 @@ class IslandoraTestUtilities extends IslandoraTestUtilityClass {
* *
* @return bool * @return bool
* TRUE if all objects were removed, or FALSE if any of them still remained * TRUE if all objects were removed, or FALSE if any of them still remained
* after removal. * after removal.
*/ */
public function deleteUserCreatedObjects($username) { public function deleteUserCreatedObjects($username) {
if ($username === $this->configuration['admin_user']) { if ($username === $this->configuration['admin_user']) {

Loading…
Cancel
Save