]> Sergey Matveev's repositories - btrtrc.git/blobdiff - webtorrent/transport_test.go
gofumpt
[btrtrc.git] / webtorrent / transport_test.go
index b993487dd5d6373775b1ef2617bb49b4d03b47aa..c17328e8dd410a352436a014d19175f8d52be6a1 100644 (file)
@@ -1,10 +1,11 @@
 package webtorrent
 
 import (
+       "testing"
+
        "github.com/anacrolix/log"
        qt "github.com/frankban/quicktest"
        "github.com/pion/webrtc/v3"
-       "testing"
 )
 
 func TestClosingPeerConnectionDoesNotCloseUnopenedDataChannel(t *testing.T) {