Skip to content

Commit 2974e47

Browse files
committed
Follow-up fixes for rXXXXXX: Post-commit babenko-issues fixes for pechatnov@
Address review nit left open by babenko@ on the merged PR https://nda.ya.ru/t/uOBwOZ_q7iZpuJ * `client` table reader mock: empty constructor body keeps a space between the braces (`{}` -> `{ }`). commit_hash:7f4420093bbce7d73b0600798ed7cea702fb5079
1 parent 0d87afb commit 2974e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yt/yt/client/unittests/mock/table_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace NYT::NApi {
1010
TMockTableReader::TMockTableReader(NTableClient::TTableSchemaPtr schema)
1111
: Schema_(std::move(schema))
1212
, NameTable_(NTableClient::TNameTable::FromSchema(*Schema_))
13-
{}
13+
{ }
1414

1515
const NTableClient::TNameTablePtr& TMockTableReader::GetNameTable() const
1616
{

0 commit comments

Comments
 (0)