From 17ed39241c82f57f0d4183da23b05f2da6bb8b65 Mon Sep 17 00:00:00 2001
From: kpaxman <kpaxman@uwaterloo.ca>
Date: Wed, 9 Jun 2021 15:45:42 -0400
Subject: [PATCH] ISTWCMS-4864: code standards

---
 uw_fdsu_theme_resp.theme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index c655ad30..6763d74e 100644
--- a/uw_fdsu_theme_resp.theme
+++ b/uw_fdsu_theme_resp.theme
@@ -223,7 +223,7 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables) {
         'src' => $favicon_base_path . '/icon-512.png',
         'type' => 'image/png',
         'sizes' => '512x512',
-      ]
+      ],
     ],
   ];
   $manifest = json_encode($manifest);
-- 
GitLab