From d26632a0da5780bf61fc7662414aa60dcec9b3ac Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 2 Jan 2013 15:40:35 -0500
Subject: [PATCH] Style fix.

---
 .../src/VuFindConsole/Controller/UtilController.php            | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php b/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php
index 2454c1fc3a2..33e64aa5673 100644
--- a/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php
+++ b/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php
@@ -149,7 +149,8 @@ class UtilController extends AbstractBase
             }
         }
 
-        // Make sure we have reserves and at least one of: instructors, courses, departments:
+        // Make sure we have reserves and at least one of: instructors, courses,
+        // departments:
         if ((!empty($instructors) || !empty($courses) || !empty($departments))
             && !empty($reserves)
         ) {
-- 
GitLab