Whitespace

This commit is contained in:
PMKuipers 2023-06-26 11:46:50 +02:00
parent ee12a8e152
commit e64e87f373

View File

@ -19,7 +19,6 @@ class autocohortsync extends \core\task\scheduled_task {
* Execute the task.
*/
public function execute() {
if(get_config("local_treestudyplan","csync_enable")){
$studyplans = studyplan::find_all();
@ -28,6 +27,5 @@ class autocohortsync extends \core\task\scheduled_task {
$enroller->sync();
}
}
}
}