summaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/scimpl_json_write.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/scheme/scimpl_json_write.cpp')
-rw-r--r--library/cpp/scheme/scimpl_json_write.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/scimpl_json_write.cpp b/library/cpp/scheme/scimpl_json_write.cpp
index de57095314c..aadd7e6cd5f 100644
--- a/library/cpp/scheme/scimpl_json_write.cpp
+++ b/library/cpp/scheme/scimpl_json_write.cpp
@@ -77,7 +77,7 @@ namespace NSc {
switch (core.ValueType) {
default: {
Y_ASSERT(false);
- [[fallthrough]]; /* no break */
+ [[fallthrough]]; /* no break */
}
case EType::Null: {
out << TStringBuf("null");