[rubygems/rubygems] util/rubocop -A --only Layout/SpaceBeforeSemicolon

c92c6d8e85
This commit is contained in:
Hiroshi SHIBATA 2023-03-16 12:01:04 +09:00
parent 4b285e5c6f
commit f8daae91c4

View file

@ -105,8 +105,8 @@ class TestGemDependency < Gem::TestCase
def test_equals_tilde_object
o = Object.new
def o.name ; "a" end
def o.version ; "0" end
def o.name; "a" end
def o.version; "0" end
assert_match dep("a"), o
end