From 4b77f2f4aa92bc829440a52ad863d4de0c4583eb Mon Sep 17 00:00:00 2001 From: "valerii.kabisov" Date: Mon, 15 Jul 2024 22:12:06 +0400 Subject: [PATCH] [CCIP-2590] linter fix --- core/services/ocr2/plugins/ccip/estimatorconfig/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/services/ocr2/plugins/ccip/estimatorconfig/config.go b/core/services/ocr2/plugins/ccip/estimatorconfig/config.go index adaf8b97c3c..73f49de6a46 100644 --- a/core/services/ocr2/plugins/ccip/estimatorconfig/config.go +++ b/core/services/ocr2/plugins/ccip/estimatorconfig/config.go @@ -19,7 +19,6 @@ func NewFeeEstimatorConfigService() *FeeEstimatorConfigService { // must be called once for each instance. func (c *FeeEstimatorConfigService) SetOnRampReader(reader ccip.OnRampReader) { c.onRampReader = reader - return } // GetDataAvailabilityConfig Returns dynamic config data availability parameters.