Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Query / Sql / QueryAggregate.php
index c791bb5552984b1ae3b24cc738537281d5f4e1ac..f865cf76ef8138d8446bc8c0d45683752c3aa602 100644 (file)
@@ -65,7 +65,6 @@ class QueryAggregate extends Query implements QueryAggregateInterface {
     return $this->conditionAggregate->notExists($field, $function, $langcode);
   }
 
-
   /**
    * Adds the aggregations to the query.
    *
@@ -126,7 +125,6 @@ class QueryAggregate extends Query implements QueryAggregateInterface {
     return $this;
   }
 
-
   /**
    * Overrides \Drupal\Core\Entity\Query\Sql\Query::finish().
    *