From 16cb64a61ddb1f05931e9c58858602007ca0c0d4 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 3 Dec 2015 08:58:46 -0500
Subject: [PATCH] Style fixes.

---
 module/VuFind/src/VuFind/Content/Covers/Factory.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Content/Covers/Factory.php b/module/VuFind/src/VuFind/Content/Covers/Factory.php
index f040d1ebd8b..56b5c800e09 100644
--- a/module/VuFind/src/VuFind/Content/Covers/Factory.php
+++ b/module/VuFind/src/VuFind/Content/Covers/Factory.php
@@ -87,7 +87,8 @@ class Factory
     {
         $config = $sm->getServiceLocator()->get('VuFind\Config')->get('config');
         $url = isset($config->Buchhandel->url)
-            ? trim($config->Buchhandel->url, '/').'/'  : 'https://api.vlb.de/api/v1/cover/';
+            ? trim($config->Buchhandel->url, '/') . '/'
+            : 'https://api.vlb.de/api/v1/cover/';
         if (!isset($config->Buchhandel->token)) {
             throw new \Exception("Buchhandel.de 'token' not set in VuFind config");
         }
-- 
GitLab