diff options
author | myrrc <[email protected]> | 2022-02-10 16:50:05 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:05 +0300 |
commit | 7a6e12b038f16b8bc4b7e77c2a2e08aa86ef7dc9 (patch) | |
tree | b495213545637c65e9ecc0b3fdfbfa649a3027fa /library/cpp/actors/testlib | |
parent | 694fb2daa19ebb6642b93a8e94bd548b621b76df (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/testlib')
-rw-r--r-- | library/cpp/actors/testlib/test_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.h b/library/cpp/actors/testlib/test_runtime.h index 26e3b45c984..37d7b85626b 100644 --- a/library/cpp/actors/testlib/test_runtime.h +++ b/library/cpp/actors/testlib/test_runtime.h @@ -94,7 +94,7 @@ namespace NActors { TVector<TEventMailboxId> NonEmptyMailboxes; TVector<TEventMailboxId> OnlyMailboxes; std::function<bool()> CustomFinalCondition; - bool Quiet = false; + bool Quiet = false; }; struct TScheduledEventQueueItem { |