Skip to content

Commit 2a419a8

Browse files
committed
review fixes: no pretty format for the externals
1 parent 9807afd commit 2a419a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/public/lib/ydb_cli/commands/ydb_service_scheme.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ int TCommandDescribe::DescribeView(const TDriver& driver) {
620620
}
621621

622622
int TCommandDescribe::PrintExternalDataSourceResponsePretty(const NYdb::NTable::TExternalDataSourceDescription& description) const {
623-
Cout << "\nProperties:\n" << "to be done..." << Endl;
623+
// to do
624624
return EXIT_SUCCESS;
625625
}
626626

@@ -635,7 +635,7 @@ int TCommandDescribe::DescribeExternalDataSource(const TDriver& driver) {
635635
}
636636

637637
int TCommandDescribe::PrintExternalTableResponsePretty(const NYdb::NTable::TExternalTableDescription& description) const {
638-
Cout << "\nProperties:\n" << "to be done..." << Endl;
638+
// to do
639639
return EXIT_SUCCESS;
640640
}
641641

0 commit comments

Comments
 (0)