From 643c116b2e8b3a6ae8addee674ffbcbb983f44fe Mon Sep 17 00:00:00 2001 From: Hiro Date: Fri, 8 Sep 2023 01:31:01 +0530 Subject: [PATCH] minor: remove blank line Took 1 minute --- src/sync/map_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sync/map_test.go b/src/sync/map_test.go index 1eaee62523..010d75d9c8 100644 --- a/src/sync/map_test.go +++ b/src/sync/map_test.go @@ -296,7 +296,6 @@ func TestMapRangeNoAllocations(t *testing.T) { // Issue 62404 } func TestMapDelete(t *testing.T) { - var myMap sync.Map key := "go"