Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / datetime / src / Plugin / views / filter / Date.php
index afd629a74c82d8b23c65ea8208335d9ce208d09e..0358054587671b445b23534f65554ab0d30e8f3e 100644 (file)
@@ -96,7 +96,6 @@ class Date extends NumericDate implements ContainerFactoryPluginInterface {
 
     // Formatting will vary on date storage.
 
-
     // Convert to ISO format and format for query. UTC timezone is used since
     // dates are stored in UTC.
     $a = $this->query->getDateFormat("'" . $this->dateFormatter->format($a, 'custom', DATETIME_DATETIME_STORAGE_FORMAT, DATETIME_STORAGE_TIMEZONE) . "'", $this->dateFormat, TRUE);