Skip to content

Commit 38d65e8

Browse files
committed
Removed trailing space
1 parent dbc2d64 commit 38d65e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/json_generator_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_dump_strict
6969
assert_equal '{}', dump({}, strict: true)
7070

7171
assert_equal '{"array":[42,4.2,"forty-two",true,false,null]}', dump({
72-
"array" => [42, 4.2, "forty-two", true, false, nil]
72+
"array" => [42, 4.2, "forty-two", true, false, nil]
7373
}, strict: true)
7474

7575
assert_equal '{"int":42,"float":4.2,"string":"forty-two","true":true,"false":false,"nil":null,"hash":{}}', dump({

0 commit comments

Comments
 (0)