diff options
author | bulatman <[email protected]> | 2023-06-08 20:05:16 +0300 |
---|---|---|
committer | bulatman <[email protected]> | 2023-06-08 20:05:16 +0300 |
commit | df6af3ee4741c667cf0c449696f768186bdc5752 (patch) | |
tree | 21ad8fed13c87e0ebec4bb5456f667a79d11c745 /util/ysaveload_ut.cpp | |
parent | 8642bc755ab5b51752619694224388b2d247c737 (diff) |
Require semicolon after saveload macroses
Diffstat (limited to 'util/ysaveload_ut.cpp')
-rw-r--r-- | util/ysaveload_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ysaveload_ut.cpp b/util/ysaveload_ut.cpp index c241ed0ee15..7656f8e941c 100644 --- a/util/ysaveload_ut.cpp +++ b/util/ysaveload_ut.cpp @@ -57,7 +57,7 @@ class TSaveLoadTest: public TTestBase { TString Str; ui32 Int; - Y_SAVELOAD_DEFINE(Str, Int) + Y_SAVELOAD_DEFINE(Str, Int); }; private: |