aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/fast_sax/parser.rl6
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/json/fast_sax/parser.rl6')
-rw-r--r--library/cpp/json/fast_sax/parser.rl62
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/fast_sax/parser.rl6 b/library/cpp/json/fast_sax/parser.rl6
index b7280594d2..edb4e9ee1b 100644
--- a/library/cpp/json/fast_sax/parser.rl6
+++ b/library/cpp/json/fast_sax/parser.rl6
@@ -41,7 +41,7 @@ struct TParserCtx {
return b && e && b <= e;
}
- bool OnError(TStringBuf reason = TStringBuf(""), bool end = false) const {
+ bool OnError(TStringBuf reason = TStringBuf(""), bool end = false) const {
size_t off = 0;
TStringBuf token;