Skip to content

Commit 6561324

Browse files
This reverts commit 484fff1.
1 parent 46420cf commit 6561324

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

assert/assertion_format.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package assert
77

88
import (
9-
io "io"
9+
"io"
1010
http "net/http"
1111
url "net/url"
1212
time "time"

assert/assertion_forward.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package assert
77

88
import (
9-
io "io"
9+
"io"
1010
http "net/http"
1111
url "net/url"
1212
time "time"

require/require.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package require
77

88
import (
99
assert "github.com/stretchr/testify/assert"
10-
io "io"
10+
"io"
1111
http "net/http"
1212
url "net/url"
1313
time "time"

require/require_forward.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package require
77

88
import (
99
assert "github.com/stretchr/testify/assert"
10-
io "io"
10+
"io"
1111
http "net/http"
1212
url "net/url"
1313
time "time"

0 commit comments

Comments
 (0)