From 9a19d4d0282c559472bd2130d934852014a1543e Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Wed, 11 Oct 2023 14:58:15 -0600 Subject: [PATCH] [1658]: Delete some unwanted empty lines. --- x/exchange/fulfillment_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x/exchange/fulfillment_test.go b/x/exchange/fulfillment_test.go index 5ddeac7c47..1b8e007781 100644 --- a/x/exchange/fulfillment_test.go +++ b/x/exchange/fulfillment_test.go @@ -2621,7 +2621,6 @@ func TestOrderFulfillment_DistributeAssets(t *testing.T) { rv.AssetDists = dists } return rv - } askOF := func(orderID uint64, assetsUnfilled, assetsFilled int64, dists ...*distribution) *orderFulfillment { order := NewOrder(orderID).WithAsk(&AskOrder{Assets: sdk.NewInt64Coin("apple", 999)}) @@ -2767,7 +2766,6 @@ func TestDistributeAssets(t *testing.T) { rv.AssetDists = dists } return rv - } askOF := func(orderID uint64, assetsUnfilled, assetsFilled int64, dists ...*distribution) *orderFulfillment { order := NewOrder(orderID).WithAsk(&AskOrder{ @@ -2908,7 +2906,6 @@ func TestOrderFulfillment_DistributePrice(t *testing.T) { rv.PriceDists = dists } return rv - } askOF := func(orderID uint64, priceLeft, priceApplied int64, dists ...*distribution) *orderFulfillment { order := NewOrder(orderID).WithAsk(&AskOrder{Price: sdk.NewInt64Coin("peach", 999)}) @@ -3054,7 +3051,6 @@ func TestDistributePrice(t *testing.T) { rv.PriceDists = dists } return rv - } askOF := func(orderID uint64, priceLeft, priceApplied int64, dists ...*distribution) *orderFulfillment { order := NewOrder(orderID).WithAsk(&AskOrder{