MDL-80072 core: Whitespace fix

This commit is contained in:
Andrew Nicols 2024-02-12 14:28:56 +08:00
parent 4349a9164e
commit f0e46b994f
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14

View File

@ -111,7 +111,7 @@ class di {
$builder->addDefinitions([
// The hook manager should be in the container.
\core\hook\manager::class => $hookmanager,
// The database.
\moodle_database::class => $DB,