diff options
author | orivej <[email protected]> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /util/generic/flags_ut.cpp | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/flags_ut.cpp')
-rw-r--r-- | util/generic/flags_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/flags_ut.cpp b/util/generic/flags_ut.cpp index 5377c6a0580..4ce32e1cc97 100644 --- a/util/generic/flags_ut.cpp +++ b/util/generic/flags_ut.cpp @@ -79,7 +79,7 @@ Y_UNIT_TEST_SUITE(TFlagsTest) { f = ETest1(0); ETest1 ff(0); - ff = 0; + ff = 0; } Y_UNIT_TEST(TestOutput) { |