aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/testlib/tablet_flat_dummy.cpp
diff options
context:
space:
mode:
authorArtem Zuikov <chertus@gmail.com>2022-02-10 16:46:28 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:28 +0300
commit889e4ac5f8ac5a463b06b9b64de835d736c06980 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /ydb/core/testlib/tablet_flat_dummy.cpp
parentd23c9e2333524245de2f721e04136f51c31411ef (diff)
downloadydb-889e4ac5f8ac5a463b06b9b64de835d736c06980.tar.gz
Restoring authorship annotation for Artem Zuikov <chertus@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'ydb/core/testlib/tablet_flat_dummy.cpp')
-rw-r--r--ydb/core/testlib/tablet_flat_dummy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/testlib/tablet_flat_dummy.cpp b/ydb/core/testlib/tablet_flat_dummy.cpp
index eb5e291656..1a9dca04a5 100644
--- a/ydb/core/testlib/tablet_flat_dummy.cpp
+++ b/ydb/core/testlib/tablet_flat_dummy.cpp
@@ -112,8 +112,8 @@ class TDummyFlatTablet : public TActor<TDummyFlatTablet>, public NTabletFlatExec
public:
static constexpr NKikimrServices::TActivity::EType ActorActivityType() {
return NKikimrServices::TActivity::TEST_ACTOR_RUNTIME;
- }
-
+ }
+
TDummyFlatTablet(const TActorId &tablet, TTabletStorageInfo *info)
: TActor(&TThis::StateInit)
, TTabletExecutedFlat(info, tablet, new NMiniKQL::TMiniKQLFactory)