Skip to content

Commit

Permalink
[1658]: Delete some unwanted empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Oct 11, 2023
1 parent 7fa39e2 commit 9a19d4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/exchange/fulfillment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)})
Expand Down Expand Up @@ -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{
Expand Down Expand Up @@ -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)})
Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit 9a19d4d

Please sign in to comment.