Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / src / Form / AjaxFormsTestCommandsForm.php
index e3c09af92cd189182712764d39e21838a62f37ca..d69b416636250d9064783aa29cd7ea3e88c26d2e 100644 (file)
@@ -52,7 +52,6 @@ class AjaxFormsTestCommandsForm extends FormBase {
       '#suffix' => '<div id="append_div">Append inside this div</div>',
     ];
 
-
     // Shows the 'before' command.
     $form['before_command_example'] = [
       '#value' => $this->t("AJAX 'before': Click to put something before the div"),
@@ -91,7 +90,6 @@ class AjaxFormsTestCommandsForm extends FormBase {
       '#suffix' => '<div id="css_div" style="height: 50px; width: 50px; border: 1px solid black"> box</div>',
     ];
 
-
     // Shows the Ajax 'data' command. But there is no use of this information,
     // as this would require a javascript client to use the data.
     $form['data_command_example'] = [