diff --git a/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php b/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php
index c35fe3598ae60dc63e770758b6451193fb267d20..9aa07b0910b37299dd2a6b14df35aabb0bdf0e15 100644
--- a/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php
+++ b/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php
@@ -124,8 +124,7 @@ class AbstractSolrSearch extends AbstractSearch
      */
     protected function processAdvancedFacets($facetList, $searchObject = false,
         $hierarchicalFacets = []
-    )
-    {
+    ) {
         // Process the facets
         $facetHelper = null;
         if (!empty($hierarchicalFacets)) {