diff options
Diffstat (limited to 'library/cpp/scheme/scheme.cpp')
-rw-r--r-- | library/cpp/scheme/scheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/scheme.cpp b/library/cpp/scheme/scheme.cpp index 3efd116d4f..4052af9089 100644 --- a/library/cpp/scheme/scheme.cpp +++ b/library/cpp/scheme/scheme.cpp @@ -178,7 +178,7 @@ namespace NSc { switch (otherCore.ValueType) { default: Y_ASSERT(false); - [[fallthrough]]; + [[fallthrough]]; case EType::Null: break; case EType::Bool: |