summaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/layers/layers_integration.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-10 16:31:33 +0300
committervvvv <[email protected]>2025-10-10 17:08:12 +0300
commit98f2ee1a36436bada54371eef656138d98dd40e0 (patch)
tree3bb7cf502482258623b4d94721714612bd16c4de /yql/essentials/core/layers/layers_integration.h
parentc62509aef170f46a8d9464bafa8b83bc293ebb63 (diff)
YQL-20086 invert flag
commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
Diffstat (limited to 'yql/essentials/core/layers/layers_integration.h')
-rw-r--r--yql/essentials/core/layers/layers_integration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yql/essentials/core/layers/layers_integration.h b/yql/essentials/core/layers/layers_integration.h
index 93271d93804..59794886465 100644
--- a/yql/essentials/core/layers/layers_integration.h
+++ b/yql/essentials/core/layers/layers_integration.h
@@ -6,7 +6,7 @@
namespace NYql::NLayers {
-class ILayersIntegration : public TThrRefBase {
+class ILayersIntegration: public TThrRefBase {
public:
virtual TMaybe<TLocations> ResolveLayers(const TVector<TKey>& order, const TString& cluster, NYql::TExprContext& ctx) const = 0;
virtual bool UpdateLayerCache(const TKey& key, const TLayerInfo& layer, NYql::TExprContext& ctx) = 0;
@@ -16,4 +16,4 @@ public:
};
using ILayersIntegrationPtr = TIntrusivePtr<ILayersIntegration>;
-}
+} // namespace NYql::NLayers