summaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes/mkql_source.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-09 12:25:18 +0300
committervvvv <[email protected]>2025-10-09 12:57:17 +0300
commitcb77d014972b2cdb27d2e6d979fc3a2772b27ad4 (patch)
tree7f3bcd8ce71c6bd0f3ccc11e31b9f665475b819e /yql/essentials/minikql/comp_nodes/mkql_source.h
parentd58a8990d353b051c27e1069141117fdfde64358 (diff)
YQL-20086 minikql
commit_hash:e96f7390db5fcbe7e9f64f898141a263ad522daa
Diffstat (limited to 'yql/essentials/minikql/comp_nodes/mkql_source.h')
-rw-r--r--yql/essentials/minikql/comp_nodes/mkql_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yql/essentials/minikql/comp_nodes/mkql_source.h b/yql/essentials/minikql/comp_nodes/mkql_source.h
index a6793a093f2..5e7aafc2c4c 100644
--- a/yql/essentials/minikql/comp_nodes/mkql_source.h
+++ b/yql/essentials/minikql/comp_nodes/mkql_source.h
@@ -7,5 +7,5 @@ namespace NMiniKQL {
IComputationNode* WrapSourceOf(TCallable& callable, const TComputationNodeFactoryContext& ctx);
IComputationNode* WrapSource(TCallable& callable, const TComputationNodeFactoryContext& ctx);
-}
-}
+} // namespace NMiniKQL
+} // namespace NKikimr