mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 23:16:49 +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:
@@ -265,7 +265,7 @@ func TestMux(t *testing.T) {
|
||||
pipe, err := mux.Subscribe(id)
|
||||
require.NoError(t, err, "Subscribe should not error")
|
||||
|
||||
var ready = make(chan bool)
|
||||
ready := make(chan bool)
|
||||
|
||||
payload := "string"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user