Skip to content

Commit

Permalink
style: HACK-1234: fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalikCM committed Oct 29, 2024
1 parent e3a17a7 commit ae3d3b6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions backup/moodle2/backup_clickmeeting_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_clickmeeting;

use backup;
use backup_nested_element;

/**
* Define the complete choice structure for backup, with file and id annotations
*
* @package mod_clickmeeting
* @copyright 2024 Clickmeeting
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace mod_clickmeeting;

use backup;
use backup_nested_element;

class backup_activity_structure_step extends \backup_activity_structure_step {

/**
Expand Down

0 comments on commit ae3d3b6

Please sign in to comment.