Skip to content

Commit 9535b3b

Browse files
authored
Merge pull request #63 from akram/fix-linit-for-yaml_test.go
Fix lint for yaml_test.go
2 parents cea7ff5 + 8c3bee3 commit 9535b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func TestJSONToYAML(t *testing.T) {
271271
`{"t":null}`,
272272
"t: null\n",
273273
nil,
274-
},{
274+
}, {
275275
`{"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"}`,
276276
"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",
277277
nil,

0 commit comments

Comments
 (0)