Skip to content

Commit 324a299

Browse files
committed
Made formatting more consistent.
1 parent 9c6b8cb commit 324a299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/tests/basic.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ def test_to_h
933933
:map_string_msg => {"a" => TestMessage2.new(:foo => 1),
934934
"b" => TestMessage2.new(:foo => 2)})
935935
expected_result = {
936-
:map_string_int32=>{"a"=>1, "b"=>2},
937-
:map_string_msg=>{"a"=>{:foo=>1}, "b"=>{:foo=>2}}
936+
:map_string_int32 => {"a" => 1, "b" => 2},
937+
:map_string_msg => {"a" => {:foo => 1}, "b" => {:foo => 2}}
938938
}
939939
assert_equal expected_result, m.to_h
940940
end

0 commit comments

Comments
 (0)