diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:36:42 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-23 17:18:49 +0900 |
commit | f24a86d83f07f214e97aa98da190cda55092805f (patch) | |
tree | 58ca875b56af42b90288e014cf1d9757b641e7c1 /test/rubygems/test_gem_commands_fetch_command.rb | |
parent | 4dd418f87783ba982a1ef7211bc675ed64bcb447 (diff) |
util/rubocop -A --only Layout/EmptyLineAfterMagicComment
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7582
Diffstat (limited to 'test/rubygems/test_gem_commands_fetch_command.rb')
-rw-r--r-- | test/rubygems/test_gem_commands_fetch_command.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_fetch_command.rb b/test/rubygems/test_gem_commands_fetch_command.rb index f2a4464c7d..e8710d3cd1 100644 --- a/test/rubygems/test_gem_commands_fetch_command.rb +++ b/test/rubygems/test_gem_commands_fetch_command.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + require_relative "helper" require "rubygems/package" require "rubygems/security" |