aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/parsefsm.rl6
diff options
context:
space:
mode:
authoralmaslov <almaslov@yandex-team.ru>2022-02-10 16:47:35 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:35 +0300
commit21a65387eb2dc61703469a17ee6b27ef09095ae6 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/uri/parsefsm.rl6
parente95333de1601929cf26176ba4dfb31ea11a9d8e6 (diff)
downloadydb-21a65387eb2dc61703469a17ee6b27ef09095ae6.tar.gz
Restoring authorship annotation for <almaslov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/parsefsm.rl6')
-rw-r--r--library/cpp/uri/parsefsm.rl62
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/parsefsm.rl6 b/library/cpp/uri/parsefsm.rl6
index afd9286ac60..70977236503 100644
--- a/library/cpp/uri/parsefsm.rl6
+++ b/library/cpp/uri/parsefsm.rl6
@@ -145,7 +145,7 @@
ext_space = " " >{ REQ(fpc, FeatureEncodeSpace) };
ext_cntrl = cntrl >{ REQ(fpc, FeatureEncodeCntrl) };
- pct_maybe_encoded = PCT (HEXDIG | HEXNUM)? ;
+ pct_maybe_encoded = PCT (HEXDIG | HEXNUM)? ;
ext_safe = unreserved
| pct_maybe_encoded
| sub_delims