From aae923229112b80e7cf1e0b1d713e858efcd97f1 Mon Sep 17 00:00:00 2001 From: Daniel Fahlke Date: Wed, 24 Jul 2024 15:48:33 +0200 Subject: [PATCH] fix codestyle - empty line (#4112) --- app/code/core/Mage/Core/Model/Security/HtmlEscapedString.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/core/Mage/Core/Model/Security/HtmlEscapedString.php b/app/code/core/Mage/Core/Model/Security/HtmlEscapedString.php index 3f654ece1fd..dd3c3f47632 100644 --- a/app/code/core/Mage/Core/Model/Security/HtmlEscapedString.php +++ b/app/code/core/Mage/Core/Model/Security/HtmlEscapedString.php @@ -1,4 +1,5 @@