From 22c6601526fa9c35f7470c884093798eb6366a0d Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Sat, 6 Jul 2019 23:25:46 +0900 Subject: [PATCH] make fmt --- scan/base_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scan/base_test.go b/scan/base_test.go index bd2c92ce..ea782d53 100644 --- a/scan/base_test.go +++ b/scan/base_test.go @@ -274,12 +274,12 @@ node 1498 ubuntu 22u IPv6 20133 0t0 TCP *:44801 (LISTEN docker-pr 9135 root 4u IPv6 297133 0t0 TCP *:6379 (LISTEN)`, }, wantPortPid: map[string]string{ - "localhost:53": "474", - "*:22": "644", - "*:3128": "959", - "*:35401": "1498", - "*:44801": "1498", - "*:6379": "9135", + "localhost:53": "474", + "*:22": "644", + "*:3128": "959", + "*:35401": "1498", + "*:44801": "1498", + "*:6379": "9135", }, }, }