Skip to content

Commit 08ba008

Browse files
author
Mike Farah
committed
formatting
1 parent 909b62b commit 08ba008

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data_navigator_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,18 @@ b:
206206
}
207207

208208
func TestWrite_add_to_array(t *testing.T) {
209-
var data = parseData(`
209+
var data = parseData(`
210210
b:
211211
- aa
212212
`)
213213

214-
var expected = `b:
214+
var expected = `b:
215215
- aa
216216
- bb`
217217

218-
updated := writeMap(data, []string{"b", "1"}, "bb")
218+
updated := writeMap(data, []string{"b", "1"}, "bb")
219219

220-
assertResult(t, expected, yamlToString(updated))
220+
assertResult(t, expected, yamlToString(updated))
221221
}
222222

223223
func TestWrite_with_no_tail(t *testing.T) {

0 commit comments

Comments
 (0)