From 52289779dabf61aa4db086c0e1091e87cb03dd0c Mon Sep 17 00:00:00 2001 From: vierblatt <1846067379@qq.com> Date: Sun, 5 Jul 2026 02:11:41 +0800 Subject: [PATCH] chore: fix gofmt alignment --- context_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()