diff --git a/classes/ratingallocate.php b/classes/ratingallocate.php index 338db3a..2faf906 100644 --- a/classes/ratingallocate.php +++ b/classes/ratingallocate.php @@ -96,4 +96,4 @@ private static function get_events_from_db($courses, $timestart, $timeend): arra // Get all events. return $DB->get_records_sql($sql, $params); } -} \ No newline at end of file +} diff --git a/version.php b/version.php index 6750baf..9097298 100644 --- a/version.php +++ b/version.php @@ -28,4 +28,4 @@ $plugin->release = '0.1.0'; $plugin->version = 2024050900; $plugin->requires = 2022041900; -$plugin->maturity = MATURITY_ALPHA; \ No newline at end of file +$plugin->maturity = MATURITY_ALPHA;