From 6d6b0ae0676d5636db84737d46710151697403af Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Sat, 2 Mar 2019 02:22:13 -0800 Subject: [PATCH] gofmt exchanges/coinut.go --- exchanges/coinut/coinut.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchanges/coinut/coinut.go b/exchanges/coinut/coinut.go index 839c9464..7f8db663 100644 --- a/exchanges/coinut/coinut.go +++ b/exchanges/coinut/coinut.go @@ -8,11 +8,11 @@ import ( "net/http" "time" - "github.com/thrasher-/gocryptotrader/currency/pair" "github.com/gorilla/websocket" "github.com/thrasher-/gocryptotrader/common" "github.com/thrasher-/gocryptotrader/config" "github.com/thrasher-/gocryptotrader/currency" + "github.com/thrasher-/gocryptotrader/currency/pair" "github.com/thrasher-/gocryptotrader/currency/symbol" exchange "github.com/thrasher-/gocryptotrader/exchanges" "github.com/thrasher-/gocryptotrader/exchanges/request"