From d351883ab875fd5327ea4c8ea5f13ae18e293e69 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan <mmcgrana@gmail.com> Date: Fri, 31 May 2019 12:06:44 -0700 Subject: [PATCH] Fix whitespace and build --- examples/maps/maps.sh | 2 -- public/maps | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/maps/maps.sh b/examples/maps/maps.sh index 03e1a25..da7a841 100644 --- a/examples/maps/maps.sh +++ b/examples/maps/maps.sh @@ -7,5 +7,3 @@ len: 2 map: map[k1:7] prs: false map: map[bar:2 foo:1] - - diff --git a/public/maps b/public/maps index 4a724b1..afa0567 100644 --- a/public/maps +++ b/public/maps @@ -199,7 +199,7 @@ printed with <code>fmt.Println</code>.</p> <span class="go">len: 2</span> <span class="go">map: map[k1:7]</span> <span class="go">prs: false</span> -<span class="go">map: map[foo:1 bar:2]</span> +<span class="go">map: map[bar:2 foo:1]</span> </pre></div> </td>