Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Form / FormStateDecoratorBase.php
index c063666464492fa66be7d8420fa38e0b95f176a6..2668f59a41ec03e97c131c5298c737381c484b6e 100644 (file)
@@ -557,7 +557,7 @@ abstract class FormStateDecoratorBase implements FormStateInterface {
   /**
    * {@inheritdoc}
    */
-  public function isValueEmpty($key)  {
+  public function isValueEmpty($key) {
     return $this->decoratedFormState->isValueEmpty($key);
   }