chore: fix gofmt alignment

This commit is contained in:
vierblatt 2026-07-05 02:11:41 +08:00
parent 9cebe2dc89
commit 52289779da

View File

@ -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()