From cefc0263500a44a4ca9b2d11f7961027e9b0a3d2 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 23 Dec 2014 12:23:07 -0500
Subject: [PATCH] Style fix (long line).

---
 module/VuFind/src/VuFind/Controller/MyResearchController.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/Controller/MyResearchController.php b/module/VuFind/src/VuFind/Controller/MyResearchController.php
index 19dc3f8390d..dc5efd74221 100644
--- a/module/VuFind/src/VuFind/Controller/MyResearchController.php
+++ b/module/VuFind/src/VuFind/Controller/MyResearchController.php
@@ -1091,8 +1091,8 @@ class MyResearchController extends AbstractBase
                     throw new \Exception();
                 }
                 $source = isset($row['source']) ? $row['source'] : 'VuFind';
-                $row['driver'] = $this->getServiceLocator()->get('VuFind\RecordLoader')
-                    ->load($row['id'], $source);
+                $row['driver'] = $this->getServiceLocator()
+                    ->get('VuFind\RecordLoader')->load($row['id'], $source);
                 $row['title'] = $row['driver']->getShortTitle();
             } catch (\Exception $e) {
                 if (!isset($row['title'])) {
-- 
GitLab