From 6f06c7dc57fd81904d16f32afbf267988306e879 Mon Sep 17 00:00:00 2001
From: jrfnl <jrfnl@users.noreply.github.com>
Date: Sun, 9 Oct 2022 19:48:55 +0200
Subject: [PATCH] CS: remove redundant semicolon (empty statement)

---
 src/wp-includes/block-template-utils.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php
index f4958050c6..3b57d9afa4 100644
--- a/src/wp-includes/block-template-utils.php
+++ b/src/wp-includes/block-template-utils.php
@@ -1366,4 +1366,4 @@ function get_template_hierarchy( $slug, $is_custom = false, $template_prefix = '
 	$template_hierarchy[] = 'index';
 
 	return $template_hierarchy;
-};
+}
-- 
2.38.1.windows.1

