diff options
author | Sergey Polovko <[email protected]> | 2022-02-10 16:47:03 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:03 +0300 |
commit | 2e714b5ebd40a1f4cc31c27f1ad6e49ca6d895f5 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /ydb/library/yql/ast/yql_expr.h | |
parent | 3e0b762a82514bac89c1dd6ea7211e381d8aa248 (diff) |
Restoring authorship annotation for Sergey Polovko <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'ydb/library/yql/ast/yql_expr.h')
-rw-r--r-- | ydb/library/yql/ast/yql_expr.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ydb/library/yql/ast/yql_expr.h b/ydb/library/yql/ast/yql_expr.h index de5bbda0af9..d6eb544f9af 100644 --- a/ydb/library/yql/ast/yql_expr.h +++ b/ydb/library/yql/ast/yql_expr.h @@ -886,12 +886,12 @@ public: } }; -struct TArgumentFlags { - enum { - AutoMap = 0x01, - }; -}; - +struct TArgumentFlags { + enum { + AutoMap = 0x01, + }; +}; + class TCallableExprType : public TTypeAnnotationNode { public: static constexpr ETypeAnnotationKind KindValue = ETypeAnnotationKind::Callable; |