diff --git a/context_test.go b/context_test.go index ddbd9274..13bbf2c7 100644 --- a/context_test.go +++ b/context_test.go @@ -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()