Skip to content

Commit

Permalink
MDL-80072 core: Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 12, 2024
1 parent 4349a91 commit f0e46b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/di.php
Expand Up @@ -111,7 +111,7 @@ protected static function create_container(): ContainerInterface {
$builder->addDefinitions([
// The hook manager should be in the container.
\core\hook\manager::class => $hookmanager,

// The database.
\moodle_database::class => $DB,

Expand Down

0 comments on commit f0e46b9

Please sign in to comment.