Skip to content

Commit

Permalink
This reverts commit 484fff1.
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan-soubachov committed Jun 5, 2020
1 parent 46420cf commit 6561324
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assert/assertion_format.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package assert

import (
io "io"
"io"
http "net/http"
url "net/url"
time "time"
Expand Down
2 changes: 1 addition & 1 deletion assert/assertion_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package assert

import (
io "io"
"io"
http "net/http"
url "net/url"
time "time"
Expand Down
2 changes: 1 addition & 1 deletion require/require.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package require

import (
assert "github.com/stretchr/testify/assert"
io "io"
"io"
http "net/http"
url "net/url"
time "time"
Expand Down
2 changes: 1 addition & 1 deletion require/require_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package require

import (
assert "github.com/stretchr/testify/assert"
io "io"
"io"
http "net/http"
url "net/url"
time "time"
Expand Down

0 comments on commit 6561324

Please sign in to comment.