Skip to content

Commit f6d83d3

Browse files
dmasloffDaniil Maslov
andauthored
FixNamespaceComments in /contrib/ydb (#8548)
Co-authored-by: Daniil Maslov <dmasloff@bigb-dev-ionagamed.sas.yp-c.yandex.net>
1 parent 2acada8 commit f6d83d3

36 files changed

+42
-42
lines changed

ydb/core/kqp/ut/federated_query/common/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ namespace NKikimr::NKqp::NFederatedQueryTest {
6363
return std::make_shared<TKikimrRunner>(settings);
6464
}
6565

66-
}
66+
} // namespace NKikimr::NKqp::NFederatedQueryTest

ydb/core/kqp/ut/federated_query/common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ namespace NKikimr::NKqp::NFederatedQueryTest {
1919
std::optional<NKikimrConfig::TAppConfig> appConfig = std::nullopt,
2020
std::shared_ptr<NYql::NDq::IS3ActorsFactory> s3ActorsFactory = nullptr,
2121
const TString& domainRoot = "Root");
22-
}
22+
} // namespace NKikimr::NKqp::NFederatedQueryTest

ydb/library/yql/providers/generic/actors/yql_generic_provider_factories.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ namespace NYql::NDq {
3838
}
3939
}
4040

41-
}
41+
} // namespace NYql::NDq

ydb/library/yql/providers/generic/actors/yql_generic_provider_factories.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ namespace NYql::NDq {
99
void RegisterGenericProviderFactories(TDqAsyncIoFactory& factory,
1010
ISecuredServiceAccountCredentialsFactory::TPtr credentialsFactory,
1111
NYql::NConnector::IClient::TPtr genericClient);
12-
}
12+
} // namespace NYql::NDq

ydb/library/yql/providers/generic/connector/libcpp/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ namespace NYql::NConnector {
141141
IClient::TPtr MakeClientGRPC(const NYql::TGenericConnectorConfig& cfg) {
142142
return std::make_shared<TClientGRPC>(cfg);
143143
}
144-
}
144+
} // namespace NYql::NConnector

ydb/library/yql/providers/generic/connector/libcpp/client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ namespace NYql::NConnector {
9696
};
9797

9898
IClient::TPtr MakeClientGRPC(const NYql::TGenericConnectorConfig& cfg);
99-
}
99+
} // namespace NYql::NConnector

ydb/library/yql/providers/generic/connector/libcpp/error.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ namespace NYql::NConnector {
7171

7272
return result;
7373
}
74-
}
74+
} // namespace NYql::NConnector

ydb/library/yql/providers/generic/connector/libcpp/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ namespace NYql::NConnector {
4444
inline bool GrpcStatusNeedsRetry(const NYdbGrpc::TGrpcStatus& status) noexcept {
4545
return status.GRpcStatusCode == grpc::UNAVAILABLE;
4646
}
47-
}
47+
} // namespace NYql::NConnector

ydb/library/yql/providers/generic/connector/libcpp/ut_helpers/stream_iterator_mock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ namespace NYql::NConnector::NTest {
4545

4646
using TListSplitsStreamIteratorMock = TStreamIteratorMock<NApi::TListSplitsResponse>;
4747
using TReadSplitsStreamIteratorMock = TStreamIteratorMock<NApi::TReadSplitsResponse>;
48-
}
48+
} // namespace NYql::NConnector::NTest

ydb/library/yql/providers/generic/connector/libcpp/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ namespace NYql::NConnector {
109109

110110
return res->type();
111111
}
112-
}
112+
} // namespace NYql::NConnector

0 commit comments

Comments
 (0)