summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/testlib
diff options
context:
space:
mode:
authormyrrc <[email protected]>2022-02-10 16:50:05 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:05 +0300
commit7a6e12b038f16b8bc4b7e77c2a2e08aa86ef7dc9 (patch)
treeb495213545637c65e9ecc0b3fdfbfa649a3027fa /library/cpp/actors/testlib
parent694fb2daa19ebb6642b93a8e94bd548b621b76df (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.h2
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 {