[rubygems/rubygems] Change enforce style with Layout/CaseIndentation on rubygems

d4938259c4
This commit is contained in:
Hiroshi SHIBATA 2023-03-15 18:06:15 +09:00 committed by git
parent 6183180603
commit 760b8b7d24
11 changed files with 115 additions and 115 deletions

View file

@ -140,9 +140,9 @@ Specific fields in the specification can be extracted in YAML format:
s = s.send field if field
say case options[:format]
when :ruby then s.to_ruby
when :marshal then Marshal.dump s
else s.to_yaml
when :ruby then s.to_ruby
when :marshal then Marshal.dump s
else s.to_yaml
end
say "\n"