Skip to content

Commit 70b6ecc

Browse files
author
cherepashka
committed
Some codestyle fixes & includes order fixes
commit_hash:1278a9caa698516bc22582f545ae3e8685543759
1 parent b5d022f commit 70b6ecc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yt/yt/client/table_client/schema_serialization_helpers.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#include "schema.h"
55

66
#include <yt/yt/core/yson/pull_parser.h>
7+
78
#include <yt/yt/core/ytree/yson_struct.h>
89

910
namespace NYT::NTableClient {
1011

11-
struct TMaybeDeletedColumnSchema : public TColumnSchema
12+
struct TMaybeDeletedColumnSchema
13+
: public TColumnSchema
1214
{
1315
DEFINE_BYREF_RO_PROPERTY(std::optional<bool>, Deleted);
1416

0 commit comments

Comments
 (0)