diff --git a/src/Service/UWService.php b/src/Service/UWService.php
index 94d06d2462958c79ae2e4b230ea1d18c75d74231..bd60fac568ad1f8d9de1ac69ea1efbdf839338b9 100644
--- a/src/Service/UWService.php
+++ b/src/Service/UWService.php
@@ -122,9 +122,9 @@ class UWService implements UWServiceInterface {
           }
           else {
 
-            // Set the date variable, once returned to the calling function, they
-            // can change the date format as required (i.e. change it to long-date
-            // or date-time).
+            // Set the date variable, once returned to the calling function,
+            // they can change the date format as required (i.e. change it
+            // to long-date or date-time).
             $variables['date'] = $node->$field_name->getString();
           }