diff options
| author | bulatman <[email protected]> | 2023-06-10 13:55:11 +0300 | 
|---|---|---|
| committer | bulatman <[email protected]> | 2023-06-10 13:55:11 +0300 | 
| commit | d570836295decdb827b4f95d75ebf2d8d9232b9b (patch) | |
| tree | 859f3511dc3166e935b9c3438f6beee050816001 /library/cpp/scheme/tests/fuzz_ops | |
| parent | 91497eb27263e2feb35b53a90773e7207752a2ec (diff) | |
Remove extra semicolon (library)
Diffstat (limited to 'library/cpp/scheme/tests/fuzz_ops')
| -rw-r--r-- | library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp b/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp index ce3786a6714..fb2a85781ab 100644 --- a/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp +++ b/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp @@ -222,4 +222,4 @@ Y_UNIT_TEST_SUITE(TestParseNextAction) {          DoTestParsePathFailure("\x22\x0C", 1, 0);      } -}; +} | 
