Skip to content

Commit f16b386

Browse files
committed
test: fix toml tests
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 21e250c commit f16b386

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/encoding/toml/codec2_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ list = [
3131
// encoded form of the data
3232
const encoded = `key = 'value'
3333
list = ['item1', 'item2', 'item3']
34+
3435
[map]
3536
key = 'value'
3637
3738
[nested_map]
3839
[nested_map.map]
3940
key = 'value'
4041
list = ['item1', 'item2', 'item3']
41-
42-
4342
`
4443

4544
// Viper's internal representation

0 commit comments

Comments
 (0)