Skip to content

Commit 578e7ca

Browse files
committed
Fix typo
1 parent 86413a0 commit 578e7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/cms/json_proxy_proto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TJsonProxyProto : public TActorBootstrapped<TJsonProxyProto> {
7979
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TVDiskControls")
8080
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TVDiskControls::descriptor(), ctx);
8181
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TTabletControls")
82-
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor(), ctx
82+
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor(), ctx);
8383
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TDSProxyControls")
8484
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TDSProxyControls::descriptor(), ctx);
8585
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TBlobStorageControllerControls")

0 commit comments

Comments
 (0)