From 58539fc2171f414a854491dcd4f9f16eaa926feb Mon Sep 17 00:00:00 2001 From: Julian Compagni Portis Date: Mon, 27 Jan 2025 16:10:14 -0700 Subject: [PATCH] fmt --- x/dex/keeper/liquidity_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/dex/keeper/liquidity_test.go b/x/dex/keeper/liquidity_test.go index 9d8f47f09..7f3348f19 100644 --- a/x/dex/keeper/liquidity_test.go +++ b/x/dex/keeper/liquidity_test.go @@ -570,7 +570,6 @@ func (s *DexTestSuite) TestSwapExhaustsLOAndLP() { s.False(found) _, found = lpTickUpdateOppositeTick.GetAttribute(types.AttributeSwapAmountOut) s.False(found) - } // Test helpers ///////////////////////////////////////////////////////////////