From 610e1a7b301af9d0347ee36946b212d3bc4bb1a1 Mon Sep 17 00:00:00 2001
From: jrfnl <jrfnl@users.noreply.github.com>
Date: Wed, 20 Jul 2022 02:25:43 +0200
Subject: [PATCH] CS: fix incorrect comment closer indentation

---
 src/wp-content/themes/twentyseventeen/functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wp-content/themes/twentyseventeen/functions.php b/src/wp-content/themes/twentyseventeen/functions.php
index 285917cc54..b7c65a5368 100644
--- a/src/wp-content/themes/twentyseventeen/functions.php
+++ b/src/wp-content/themes/twentyseventeen/functions.php
@@ -122,7 +122,7 @@ function twentyseventeen_setup() {
 	/*
 	 * This theme styles the visual editor to resemble the theme style,
 	 * specifically font, colors, and column width.
-	  */
+	 */
 	add_editor_style( array( 'assets/css/editor-style.css', twentyseventeen_fonts_url() ) );
 
 	// Load regular editor styles into the new block-based editor.
-- 
2.38.1.windows.1

