From 02b342bb70fef57f995b9d6020fc5bb271d14bc8 Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Fri, 5 Apr 2019 09:33:13 +0800 Subject: [PATCH] MDL-65019 core_course: Update to fix whitespace. --- course/externallib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/externallib.php b/course/externallib.php index fb3481a543d..97a42c233b7 100644 --- a/course/externallib.php +++ b/course/externallib.php @@ -328,8 +328,8 @@ class core_course_external extends external_api { foreach ($contents as $content) { // Check repository file (only main file). if (!isset($module['contentsinfo']['repositorytype'])) { - $module['contentsinfo']['repositorytype'] = - isset($content['repositorytype']) ? $content['repositorytype'] : ''; + $module['contentsinfo']['repositorytype'] = + isset($content['repositorytype']) ? $content['repositorytype'] : ''; } if (isset($content['filesize'])) { $module['contentsinfo']['filessize'] += $content['filesize']; -- 2.43.0