Skip to content

Commit

Permalink
Format code with goimports
Browse files Browse the repository at this point in the history
Fixed formatting and import order.
  • Loading branch information
muesli authored and boyan-soubachov committed Mar 6, 2020
1 parent 08b5acc commit 3acde13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion http/test_round_tripper.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package http

import (
"github.com/stretchr/testify/mock"
"net/http"

"github.com/stretchr/testify/mock"
)

// TestRoundTripper DEPRECATED USE net/http/httptest
Expand Down

0 comments on commit 3acde13

Please sign in to comment.