Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / image / src / Form / ImageStyleDeleteForm.php
index f49d6b867e253332cfe4d0962187fe0dd6350a4d..a0aea333b5cb0a6ad2c10b12797c9a33634800d1 100644 (file)
@@ -25,6 +25,7 @@ class ImageStyleDeleteForm extends EntityDeleteForm {
   public function getQuestion() {
     return $this->t('Optionally select a style before deleting %style', ['%style' => $this->entity->label()]);
   }
+
   /**
    * {@inheritdoc}
    */