Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / contact / tests / modules / contact_storage_test / contact_storage_test.module
index cef976c6ffefb7e6aa90b215d2afc9d74db53f12..3b49f0aef65c33e2cd2658906b8fc69238fe6b54 100644 (file)
@@ -27,7 +27,6 @@ function contact_storage_test_entity_base_field_info(EntityTypeInterface $entity
   }
 }
 
-
 /**
  * Implements hook_entity_type_alter().
  */
@@ -56,6 +55,7 @@ function contact_storage_test_form_contact_form_form_alter(&$form, FormStateInte
   ];
   $form['#entity_builders'][] = 'contact_storage_test_contact_form_form_builder';
 }
+
 /**
  * Entity builder for the contact form edit form with third party options.
  *