Skip to content

Commit 4f2597b

Browse files
Migrate to STYLE_CPP (#11523)
1 parent 59fa9fb commit 4f2597b

File tree

5 files changed

+4
-31
lines changed

5 files changed

+4
-31
lines changed

ydb/core/kqp/ut/federated_query/common/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SRCS(
44
common.cpp
55
)
66

7+
STYLE_CPP()
8+
79
PEERDIR(
810
ydb/core/kqp/ut/common
911
ydb/library/yql/providers/s3/actors_factory

ydb/core/kqp/ut/federated_query/style/ya.make

Lines changed: 0 additions & 13 deletions
This file was deleted.

ydb/core/kqp/ut/federated_query/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ RECURSE_FOR_TESTS(
22
common
33
generic_ut
44
s3
5-
style
65
)

ydb/library/yql/utils/actor_system/style/ya.make

Lines changed: 0 additions & 13 deletions
This file was deleted.

ydb/library/yql/utils/actor_system/ya.make

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ SRCS(
55
manager.cpp
66
)
77

8+
STYLE_CPP()
9+
810
PEERDIR(
911
ydb/library/actors/core
1012
ydb/library/services
@@ -13,7 +15,3 @@ PEERDIR(
1315
)
1416

1517
END()
16-
17-
RECURSE_FOR_TESTS(
18-
style
19-
)

0 commit comments

Comments
 (0)