From dd04df4164ce0b73262e7b00fed68d7f0e9e9499 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 5 Sep 2017 01:36:36 +0200 Subject: [PATCH] MDL-59672 coding style: whitespace fixes --- calendar/amd/src/modal_event_form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/amd/src/modal_event_form.js b/calendar/amd/src/modal_event_form.js index 62ed4635504..034e98de983 100644 --- a/calendar/amd/src/modal_event_form.js +++ b/calendar/amd/src/modal_event_form.js @@ -77,7 +77,7 @@ define([ ModalEventForm.TYPE = 'core_calendar-modal_event_form'; ModalEventForm.prototype = Object.create(Modal.prototype); ModalEventForm.prototype.constructor = ModalEventForm; - + /** * Set the course id to the given value. * @@ -310,7 +310,7 @@ define([ args.starttime = this.getStartTime(); } - if(this.hasCourseId()) { + if (this.hasCourseId()) { args.courseid = this.getCourseId(); } -- 2.43.0