diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php b/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php
index 2454c1fc3a25019f2cd813bc053055b6c6504126..33e64aa5673be59692f205d73022140e8a24a323 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)
         ) {