mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-09 07:26:48 +00:00
linter: Enable gofumpt and run against codebase (#1848)
* linter: Enable gofumpt and run against codebase * Address shazbert's nits * gofumpt: Fix issues after rebase
This commit is contained in:
@@ -160,6 +160,7 @@ func TestGetFillDependentEvent(t *testing.T) {
|
||||
t.Errorf("received '%v' expected '%v'", k.GetFillDependentEvent(), decimal.NewFromInt(1337))
|
||||
}
|
||||
}
|
||||
|
||||
func TestIsClosingPosition(t *testing.T) {
|
||||
t.Parallel()
|
||||
k := Order{
|
||||
|
||||
Reference in New Issue
Block a user