client.go | 2 +- diff --git a/client.go b/client.go index e8dbf0d7519681b09e05bd364f53b6fb0bd6ef93..91db1da77efb1e1d5cb54e859feeb9933ab482d7 100644 --- a/client.go +++ b/client.go @@ -34,7 +34,7 @@ "github.com/anacrolix/torrent/mse" pp "github.com/anacrolix/torrent/peer_protocol" "github.com/anacrolix/torrent/storage" "github.com/davecgh/go-spew/spew" - humanize "github.com/dustin/go-humanize" + "github.com/dustin/go-humanize" "github.com/google/btree" "golang.org/x/time/rate" )