From 694125e8baaac01a4fa0ee229e5e805a7e31818d Mon Sep 17 00:00:00 2001 From: Egor Kostetskiy Date: Mon, 13 Nov 2023 13:02:33 -0300 Subject: [PATCH] lint --- x/metoken/keeper/mocks_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/metoken/keeper/mocks_test.go b/x/metoken/keeper/mocks_test.go index 89703f86b3..bfd4fe63f8 100644 --- a/x/metoken/keeper/mocks_test.go +++ b/x/metoken/keeper/mocks_test.go @@ -19,7 +19,6 @@ func (o Oracle) AllMedianPrices(_ sdk.Context) otypes.Prices { } func (o Oracle) SetExchangeRateWithEvent(_ sdk.Context, _ string, _ sdk.Dec) { - return } func NewOracleMock() Oracle {