summaryrefslogtreecommitdiff
path: root/test/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-07-11 09:32:56 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-31 21:07:19 +0900
commitcba805536ebf9c16c6f6438b023cd476a8dfaa93 (patch)
tree2d9da447b590e56409df8c4e59f6708bcbc5d1e9 /test/rubygems
parentb7e88e3c2f8fde3af2ac8aec30bd7c79ecb41cd9 (diff)
[rubygems/rubygems] Enable `Layout/LeadingEmptyLines` in rubygems
https://github.com/rubygems/rubygems/commit/9c17f220af
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3379
Diffstat (limited to 'test/rubygems')
-rw-r--r--test/rubygems/test_gem_commands_build_command.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_build_command.rb b/test/rubygems/test_gem_commands_build_command.rb
index 8fbaa9469a..3d1f7596a4 100644
--- a/test/rubygems/test_gem_commands_build_command.rb
+++ b/test/rubygems/test_gem_commands_build_command.rb
@@ -1,4 +1,3 @@
-
# frozen_string_literal: true
require 'rubygems/test_case'
require 'rubygems/commands/build_command'