Update #86c8jzuvd - Moodle code style followed

This commit is contained in:
Nihaal Shaikh
2026-03-16 13:09:05 +01:00
parent 5dce3ed488
commit 3f5f4ee6cb
8 changed files with 61 additions and 37 deletions

View File

@@ -34,7 +34,6 @@ namespace availability_ipaddress;
* @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven
*/
class frontend extends \core_availability\frontend {
/**
* get_javascript_strings
*
@@ -81,5 +80,4 @@ class frontend extends \core_availability\frontend {
return [$rangedata];
}
}