From c2a084a6aa1688dffb92b1ee23661b99981a4e7d Mon Sep 17 00:00:00 2001
From: Adam Vessey <adam@discoverygarden.ca>
Date: Mon, 3 Oct 2022 16:49:41 -0300
Subject: [PATCH] Excessively long line in comment...

... whoops.
---
 islandora.install | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/islandora.install b/islandora.install
index 960c05b2..ad2eb8e1 100644
--- a/islandora.install
+++ b/islandora.install
@@ -207,7 +207,8 @@ function islandora_update_8007() {
     throw new UpdateException('Failed; encountered an exception while trying to enable ctools.', 0, $e);
   }
 
-  // Theoretically impossible to hit, as ModuleInstaller::install() only returns TRUE (or throws/propagates an exception), but...
-  // probably a good idea to have the here, just in case?
+  // Theoretically impossible to hit, as ModuleInstaller::install() only returns
+  // TRUE (or throws/propagates an exception), but... probably a good idea to
+  // have the here, just in case?
   throw new UpdateException('Failed; hit the end of the update hook implementation, which is not expected.');
 }