Skip to content

Commit

Permalink
MDL-63657 completion: Coding style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 23, 2018
1 parent 85f052f commit 6d0014c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions completion/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

defined('MOODLE_INTERNAL') || die();

use \core_privacy\local\metadata\collection;
use core_privacy\local\metadata\collection;
use core_privacy\local\request\approved_userlist;
use \core_privacy\local\request\contextlist;
use \core_privacy\local\request\transform;
use \core_privacy\local\request\userlist;
use core_privacy\local\request\contextlist;
use core_privacy\local\request\transform;
use core_privacy\local\request\userlist;

require_once($CFG->dirroot . '/comment/lib.php');

Expand Down

0 comments on commit 6d0014c

Please sign in to comment.