summaryrefslogtreecommitdiffstats
path: root/common/maps/maps_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/maps/maps_test.go')
-rw-r--r--common/maps/maps_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/maps/maps_test.go b/common/maps/maps_test.go
index bde77071d..7e527aac5 100644
--- a/common/maps/maps_test.go
+++ b/common/maps/maps_test.go
@@ -154,5 +154,4 @@ func TestRenameKeys(t *testing.T) {
if !reflect.DeepEqual(expected, m) {
t.Errorf("Expected\n%#v, got\n%#v\n", expected, m)
}
-
}