summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/testlib/test_runtime.cpp
diff options
context:
space:
mode:
authorazevaykin <[email protected]>2023-10-25 13:53:48 +0300
committerazevaykin <[email protected]>2023-10-25 14:16:54 +0300
commit70c7afa4682ef8e82f965200054430838c9e9050 (patch)
tree035bb03fea3acf54a06681e1e77c6db6173323fd /library/cpp/actors/testlib/test_runtime.cpp
parentd04e402b33f2eb5a5badb27b5057b482b1b244d3 (diff)
Code style
Diffstat (limited to 'library/cpp/actors/testlib/test_runtime.cpp')
-rw-r--r--library/cpp/actors/testlib/test_runtime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.cpp b/library/cpp/actors/testlib/test_runtime.cpp
index 323e0033ea4..18e58c21de5 100644
--- a/library/cpp/actors/testlib/test_runtime.cpp
+++ b/library/cpp/actors/testlib/test_runtime.cpp
@@ -1208,7 +1208,7 @@ namespace NActors {
for (auto observer : ObserverFuncs) {
observer(ev);
- if(!ev) break;
+ if (!ev) break;
}
if(ev && ObserverFunc(ev) != EEventAction::DROP && ev)