diff options
| author | evseenko <[email protected]> | 2022-02-10 16:50:58 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:58 +0300 |
| commit | ff3ab81bdf23691e209cd5bd15515e003a733ddb (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
| parent | c1ed86442e60f54feeba412600971678b2c2fc5e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
| -rw-r--r-- | library/cpp/cgiparam/cgiparam.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/cgiparam/cgiparam.cpp b/library/cpp/cgiparam/cgiparam.cpp index d6b776eb399..f3277b8e4b2 100644 --- a/library/cpp/cgiparam/cgiparam.cpp +++ b/library/cpp/cgiparam/cgiparam.cpp @@ -137,8 +137,8 @@ void TCgiParameters::ScanAddAll(const TStringBuf query) { TAddEscaped f = {this}; DoScan<true>(query, f); -} - +} + TString TCgiParameters::Print() const { TString res; |
