Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / src / Form / AjaxFormsTestSimpleForm.php
index f69a1232319cd9363e0f334666e108522aa09ab0..19a4c453ee8529c7d09c7313f7099a7dd217c53c 100644 (file)
@@ -31,7 +31,8 @@ class AjaxFormsTestSimpleForm extends FormBase {
       '#options' => [
         'red' => 'red',
         'green' => 'green',
-        'blue' => 'blue'],
+        'blue' => 'blue',
+      ],
       '#ajax' => [
         'callback' => [$object, 'selectCallback'],
       ],
@@ -108,7 +109,6 @@ class AjaxFormsTestSimpleForm extends FormBase {
       '#title' => $this->t('Another AJAX checkbox in a nested group'),
     ];
 
-
     return $form;
   }