From 8c3bee300bf5395ca9771bef3af8688b3df4d9e6 Mon Sep 17 00:00:00 2001 From: Akram Ben Aissi Date: Wed, 22 Sep 2021 22:33:18 +0100 Subject: [PATCH] Fix lint for yaml_test.go --- yaml_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml_test.go b/yaml_test.go index 18627a4..9da43e1 100644 --- a/yaml_test.go +++ b/yaml_test.go @@ -271,7 +271,7 @@ func TestJSONToYAML(t *testing.T) { `{"t":null}`, "t: null\n", nil, - },{ + }, { `{"t":"this is very long line with spaces and it must be longer than 80 so we will repeat that it must be longer that 80"}`, "t: this is very long line with spaces and it must be longer than 80 so we will repeat\n that it must be longer that 80\n", nil,