summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/client/api/bundle_controller_client.cpp1
-rw-r--r--yt/yt/client/api/bundle_controller_client.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/yt/yt/client/api/bundle_controller_client.cpp b/yt/yt/client/api/bundle_controller_client.cpp
index 969dfa55ea3..454cbe5b4d6 100644
--- a/yt/yt/client/api/bundle_controller_client.cpp
+++ b/yt/yt/client/api/bundle_controller_client.cpp
@@ -4,7 +4,6 @@ namespace NYT::NApi {
////////////////////////////////////////////////////////////////////////////////
-
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT::NApi
diff --git a/yt/yt/client/api/bundle_controller_client.h b/yt/yt/client/api/bundle_controller_client.h
index 16527ee0e05..f49e79e510c 100644
--- a/yt/yt/client/api/bundle_controller_client.h
+++ b/yt/yt/client/api/bundle_controller_client.h
@@ -21,8 +21,7 @@ struct TBundleConfigDescriptor
struct IBundleControllerClient
{
- virtual ~IBundleControllerClient()
- { }
+ virtual ~IBundleControllerClient() = default;
virtual TFuture<TBundleConfigDescriptor> GetBundleConfig(
const TString& bundleName,