From a56fe5158086afd18259b4e897d2048172df5cf5 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 26 Apr 2022 14:16:16 -0700 Subject: [PATCH] chore: format balancer amm_test.go (#1355) * chore: format balancer amm_test.go * Update x/gamm/pool-models/balancer/amm_test.go --- x/gamm/pool-models/balancer/amm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/gamm/pool-models/balancer/amm_test.go b/x/gamm/pool-models/balancer/amm_test.go index b1a19d7ae74..347db2375a7 100644 --- a/x/gamm/pool-models/balancer/amm_test.go +++ b/x/gamm/pool-models/balancer/amm_test.go @@ -83,7 +83,7 @@ func (suite *KeeperTestSuite) TestBalancerSpotPrice() { } // TestCalculateAmountOutAndIn_InverseRelationship tests that the same amount of token is guaranteed upon -// sequential operation of CalcInAmtGivenOut and CalcOutAmtGivenIn +// sequential operation of CalcInAmtGivenOut and CalcOutAmtGivenIn. func TestCalculateAmountOutAndIn_InverseRelationship(t *testing.T) { type testcase struct { denomOut string