code style fixed

This commit is contained in:
yiranzai 2021-05-07 20:33:54 +08:00
parent 3496c8aaf9
commit 126f8aa6af

View File

@ -62,7 +62,7 @@ func TestBadTrustedCIDRsForRun(t *testing.T) {
assert.Error(t, router.Run(":8080")) assert.Error(t, router.Run(":8080"))
} }
func TestBadTrustedCIDRsForRunUnix(t *testing.T){ func TestBadTrustedCIDRsForRunUnix(t *testing.T) {
router := New() router := New()
router.TrustedProxies = []string{"hello/world"} router.TrustedProxies = []string{"hello/world"}
@ -79,7 +79,7 @@ func TestBadTrustedCIDRsForRunUnix(t *testing.T){
time.Sleep(5 * time.Millisecond) time.Sleep(5 * time.Millisecond)
} }
func TestBadTrustedCIDRsForRunFd(t *testing.T){ func TestBadTrustedCIDRsForRunFd(t *testing.T) {
router := New() router := New()
router.TrustedProxies = []string{"hello/world"} router.TrustedProxies = []string{"hello/world"}
@ -99,7 +99,7 @@ func TestBadTrustedCIDRsForRunFd(t *testing.T){
time.Sleep(5 * time.Millisecond) time.Sleep(5 * time.Millisecond)
} }
func TestBadTrustedCIDRsForRunListener(t *testing.T){ func TestBadTrustedCIDRsForRunListener(t *testing.T) {
router := New() router := New()
router.TrustedProxies = []string{"hello/world"} router.TrustedProxies = []string{"hello/world"}