diff options
author | alexmipt <alexmipt@yandex-team.com> | 2023-12-08 09:45:49 +0300 |
---|---|---|
committer | alexmipt <alexmipt@yandex-team.com> | 2023-12-08 10:16:34 +0300 |
commit | 58f95f0c7d92b1ec514c855893a4caf45fb430fe (patch) | |
tree | 93ed1d18cd1e61f8560c2cd72d6e22e2681e3124 | |
parent | adb1ae56bc6e6cce75f28ffa6ccbb44e12de22c3 (diff) | |
download | ydb-58f95f0c7d92b1ec514c855893a4caf45fb430fe.tar.gz |
YT-20651: codestyle edits
simple codestyle edits
-rw-r--r-- | yt/yt/client/api/bundle_controller_client.cpp | 1 | ||||
-rw-r--r-- | yt/yt/client/api/bundle_controller_client.h | 3 |
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 969dfa55ea..454cbe5b4d 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 16527ee0e0..f49e79e510 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, |