File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class TJsonProxyProto : public TActorBootstrapped<TJsonProxyProto> {
79
79
else if (name == " .NKikimrConfig.TImmediateControlsConfig.TVDiskControls" )
80
80
return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TVDiskControls::descriptor (), ctx);
81
81
else if (name == " .NKikimrConfig.TImmediateControlsConfig.TTabletControls" )
82
- return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor (), ctx
82
+ return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor (), ctx);
83
83
else if (name == " .NKikimrConfig.TImmediateControlsConfig.TDSProxyControls" )
84
84
return ReplyWithTypeDescription (*NKikimrConfig::TImmediateControlsConfig::TDSProxyControls::descriptor (), ctx);
85
85
else if (name == " .NKikimrConfig.TImmediateControlsConfig.TBlobStorageControllerControls" )
You can’t perform that action at this time.
0 commit comments