From 74867e2dc1b68ca7831876991c6f34c6309e018d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 27 Apr 2020 21:29:40 +0200 Subject: [rubygems/rubygems] Fix super weird code style https://github.com/rubygems/rubygems/commit/f1a5815896 --- test/rubygems/test_gem_commands_setup_command.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rubygems/test_gem_commands_setup_command.rb') diff --git a/test/rubygems/test_gem_commands_setup_command.rb b/test/rubygems/test_gem_commands_setup_command.rb index 01a33496ec..140e75d684 100644 --- a/test/rubygems/test_gem_commands_setup_command.rb +++ b/test/rubygems/test_gem_commands_setup_command.rb @@ -23,8 +23,8 @@ class TestGemCommandsSetupCommand < Gem::TestCase FileUtils.mkdir_p 'bin' FileUtils.mkdir_p 'lib/rubygems/ssl_certs/rubygems.org' - File.open 'bin/gem', 'w' do - |io| io.puts '# gem' + File.open 'bin/gem', 'w' do |io| + io.puts '# gem' end File.open 'lib/rubygems.rb', 'w' do |io| -- cgit v1.2.3