From db144972bc686626e62c9bb5b84d932f987dc8ef Mon Sep 17 00:00:00 2001
From: abokov <abokov@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:49:57 +0300
Subject: Restoring authorship annotation for <abokov@yandex-team.ru>. Commit 1
 of 2.

---
 library/cpp/string_utils/quote/quote.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'library/cpp/string_utils/quote')

diff --git a/library/cpp/string_utils/quote/quote.cpp b/library/cpp/string_utils/quote/quote.cpp
index e523350b80..c4c0212ed6 100644
--- a/library/cpp/string_utils/quote/quote.cpp
+++ b/library/cpp/string_utils/quote/quote.cpp
@@ -221,7 +221,7 @@ char* CGIUnescape(char* to, const char* from) {
 char* CGIUnescape(char* to, const char* from, size_t len) {
     return Unescape(to, from, from + len, TFromHexLenLimited(from + len));
 }
-
+ 
 void CGIUnescape(TString& url) {
     if (url.empty()) {
         return;
-- 
cgit v1.2.3