mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 14:49:27 +08:00
chore: fix gofmt alignment
This commit is contained in:
parent
9cebe2dc89
commit
52289779da
@ -2100,8 +2100,8 @@ func TestContextErrorWithEmptyUnwrap(t *testing.T) {
|
||||
|
||||
type emptyJoinError struct{ err error }
|
||||
|
||||
func (e emptyJoinError) Error() string { return e.err.Error() }
|
||||
func (e emptyJoinError) Unwrap() []error { return nil }
|
||||
func (e emptyJoinError) Error() string { return e.err.Error() }
|
||||
func (e emptyJoinError) Unwrap() []error { return nil }
|
||||
|
||||
func TestContextAbortWithError(t *testing.T) {
|
||||
w := httptest.NewRecorder()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user