From 4997fcbce13d21fa46f69df12ad11ef4a52c7c2e Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Tue, 18 Oct 2022 10:36:25 -0400
Subject: [PATCH] ISTWCMS-5880: coding standards

---
 uw_cfg_common.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index db7398e0..1df64992 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -604,7 +604,7 @@ function uw_cfg_common_preprocess_node(&$variables) {
  *
  * @see options_allowed_values()
  */
-function _uw_cfg_common_get_layout_builder_styles (
+function _uw_cfg_common_get_layout_builder_styles(
   FieldStorageConfig $definition,
   ContentEntityInterface $entity = NULL,
   $cacheable
-- 
GitLab