diff --git a/cohort/lib.php b/cohort/lib.php index 176093d54d29e..caffeb757dba1 100644 --- a/cohort/lib.php +++ b/cohort/lib.php @@ -200,8 +200,7 @@ public function find_users($search) { if ($search) { $groupname = get_string('potusersmatching', 'cohort', $search); - } - else { + } else { $groupname = get_string('potusers', 'cohort'); } @@ -263,8 +262,7 @@ public function find_users($search) { if ($search) { $groupname = get_string('currentusersmatching', 'cohort', $search); - } - else { + } else { $groupname = get_string('currentusers', 'cohort'); }