From 814e6455ce6da1534d82b28a2899612c40f4020e Mon Sep 17 00:00:00 2001 From: James Pogran Date: Wed, 2 Aug 2023 15:12:42 -0400 Subject: [PATCH] formatting --- decoder/validate_test.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/decoder/validate_test.go b/decoder/validate_test.go index 03339c22..d1414818 100644 --- a/decoder/validate_test.go +++ b/decoder/validate_test.go @@ -275,7 +275,6 @@ wakka = 2 }, }, - { "too many blocks", &schema.BodySchema{ @@ -284,8 +283,8 @@ wakka = 2 MaxItems: 1, Body: &schema.BodySchema{ Blocks: map[string]*schema.BlockSchema{ - "one":&schema.BlockSchema{}, - "two":&schema.BlockSchema{}, + "one": &schema.BlockSchema{}, + "two": &schema.BlockSchema{}, }, Attributes: map[string]*schema.AttributeSchema{ "test": { @@ -323,8 +322,8 @@ wakka = 2 MinItems: 2, Body: &schema.BodySchema{ Blocks: map[string]*schema.BlockSchema{ - "one":&schema.BlockSchema{}, - "two":&schema.BlockSchema{}, + "one": &schema.BlockSchema{}, + "two": &schema.BlockSchema{}, }, Attributes: map[string]*schema.AttributeSchema{ "test": {