mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +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:
@@ -430,7 +430,7 @@ func IsRelatablePairs(p1, p2 currency.Pair, includeUSDT bool) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
var relatablePairs = GetRelatableCurrencies(p1, true, includeUSDT)
|
||||
relatablePairs := GetRelatableCurrencies(p1, true, includeUSDT)
|
||||
if p1.IsCryptoFiatPair() {
|
||||
for x := range relatablePairs {
|
||||
relatablePairs = append(relatablePairs,
|
||||
|
||||
Reference in New Issue
Block a user