From 440d122a7f316929f285b459931241b9bf19a1b9 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Wed, 26 Jul 2023 12:51:25 +0800 Subject: [PATCH] just indent code --- pkg/http/mux_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/http/mux_test.go b/pkg/http/mux_test.go index d3f9b3c9..7069e9da 100644 --- a/pkg/http/mux_test.go +++ b/pkg/http/mux_test.go @@ -10,8 +10,7 @@ import ( ) var _ = g.Describe("Mux", g.Ordered, func() { - var smm muxMap[int] - var pmm muxMap[int] + var smm, pmm muxMap[int] g.BeforeAll(func() { smm = make(simpleMuxMap[int])