From daaf5f372de93af6bede63ecb563fee27d9e37c9 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 22 Feb 2021 12:19:18 +0800 Subject: [PATCH] MDL-69259 h5pactivity: Whitespace fix --- mod/h5pactivity/db/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/h5pactivity/db/services.php b/mod/h5pactivity/db/services.php index 86146c6883e..46d45b1bdea 100644 --- a/mod/h5pactivity/db/services.php +++ b/mod/h5pactivity/db/services.php @@ -78,8 +78,8 @@ $functions = [ 'methodname' => 'execute', 'classpath' => '', 'description' => 'Log that the h5pactivity was viewed.', - 'type' => 'write', - 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE], + 'type' => 'write', + 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE], ], 'mod_h5pactivity_get_user_attempts' => [ 'classname' => 'mod_h5pactivity\external\get_user_attempts',