From 57503ec7cdb6b9c49c7236580b1cffc982293c0f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 15 Aug 2022 17:48:41 -0700 Subject: fix(fmt): apply gofmt on some files Change-Id: I9d1ff1b7de5cb89ffcf40bc91e794f7ff420c1e8 Reviewed-on: https://cl.fcuny.net/c/world/+/717 Tested-by: CI Reviewed-by: Franck Cuny --- tools/ipconverter/main_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ipconverter/main_test.go b/tools/ipconverter/main_test.go index 394dc28..10d09ab 100644 --- a/tools/ipconverter/main_test.go +++ b/tools/ipconverter/main_test.go @@ -26,11 +26,10 @@ func TestIPtoInt(t *testing.T) { } } - func TestIPtoN(t *testing.T) { tests := map[string]string{ "3232235521": "192.168.0.1", - "167772161": "10.0.0.1", + "167772161": "10.0.0.1", } for test := range tests { r, err := IPtoN(test) -- cgit 1.4.1