lib/ldclient-rb/integrations/consul.rb in launchdarkly-server-sdk-6.4.0 vs lib/ldclient-rb/integrations/consul.rb in launchdarkly-server-sdk-7.0.0
- old
+ new
@@ -36,10 +36,10 @@
# @option opts [Integer] :capacity (1000) maximum number of items in the cache
# @return [LaunchDarkly::Interfaces::FeatureStore] a feature store object
#
def self.new_feature_store(opts = {})
core = LaunchDarkly::Impl::Integrations::Consul::ConsulFeatureStoreCore.new(opts)
- return LaunchDarkly::Integrations::Util::CachingStoreWrapper.new(core, opts)
+ LaunchDarkly::Integrations::Util::CachingStoreWrapper.new(core, opts)
end
end
end
end