Skip to content

Commit 922d323

Browse files
committed
format
1 parent cc2bf9e commit 922d323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/net/http/transport_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"errors"
2222
"fmt"
2323
"go/token"
24-
"golang.org/x/net/http/httpguts"
2524
"internal/nettrace"
2625
"io"
2726
"log"
@@ -45,6 +44,8 @@ import (
4544
"testing"
4645
"testing/iotest"
4746
"time"
47+
48+
"golang.org/x/net/http/httpguts"
4849
)
4950

5051
// TODO: test 5 pipelined requests with responses: 1) OK, 2) OK, Connection: Close

0 commit comments

Comments
 (0)