Add new lines at end of files

This commit is contained in:
Mark Nelson 2021-08-03 17:39:34 +08:00
parent 5e3135324c
commit afcea89c82
4 changed files with 4 additions and 4 deletions

View file

@ -54,4 +54,4 @@ foreach ($values as $value) {
$element->posx = $value->posx; $element->posx = $value->posx;
$element->posy = $value->posy; $element->posy = $value->posy;
$DB->update_record('customcert_elements', $element); $DB->update_record('customcert_elements', $element);
} }

View file

@ -80,4 +80,4 @@ class admin_setting_link extends \admin_setting_configtext {
return format_admin_setting($this, $this->visiblename, return format_admin_setting($this, $this->visiblename,
\html_writer::link($this->link, $this->linkname), $this->description, true, '', null, $query); \html_writer::link($this->link, $this->linkname), $this->description, true, '', null, $query);
} }
} }

View file

@ -97,4 +97,4 @@ $PAGE->navbar->add(get_string('loadtemplate', 'customcert'));
echo $OUTPUT->header(); echo $OUTPUT->header();
echo $OUTPUT->heading($heading); echo $OUTPUT->heading($heading);
echo $OUTPUT->confirm(get_string('loadtemplatemsg', 'customcert'), $yesurl, $nourl); echo $OUTPUT->confirm(get_string('loadtemplatemsg', 'customcert'), $yesurl, $nourl);
echo $OUTPUT->footer(); echo $OUTPUT->footer();

View file

@ -416,4 +416,4 @@ class mod_customcert_task_email_certificate_task_testcase extends advanced_testc
// Confirm no emails were sent. // Confirm no emails were sent.
$this->assertCount(0, $emails); $this->assertCount(0, $emails);
} }
} }