From 34db04595eca29e53fe5297ada4233d6c876b254 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 15 Jan 2013 21:34:41 +0100 Subject: [PATCH] Revert "MDL-33117 Whitespace fixes" This reverts commit 5696c69b3b3e18d1198cc6c0fb5683134d16e374. --- grade/tests/reportuser_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grade/tests/reportuser_test.php b/grade/tests/reportuser_test.php index b27d717d060..79530c4eb08 100644 --- a/grade/tests/reportuser_test.php +++ b/grade/tests/reportuser_test.php @@ -38,7 +38,7 @@ class gradereportuserlib_testcase extends advanced_testcase { /** * Tests grade_report_user::inject_rowspans() * - * inject_rowspans() returns the count of the number of elements, sets maxdepth on the + * inject_rowspans() returns the count of the number of elements, sets maxdepth on the * report object and sets the rowspan property on any element that has children. */ public function test_inject_rowspans() { @@ -63,7 +63,7 @@ class gradereportuserlib_testcase extends advanced_testcase { $teacher = $this->getDataGenerator()->create_user(array('username' => 'Teacher T')); $role = $DB->get_record('role', array('shortname' => 'editingteacher'), '*', MUST_EXIST); $this->getDataGenerator()->enrol_user($teacher->id, $course->id, $role->id); - + // An array so we can test with both users in a loop. $users = array($student, $teacher); -- 2.43.0