From a89665b7b1abb5bb6005fd638dc920848cc50f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 13 Jul 2020 12:01:07 +0200 Subject: Enforce no empty lines around class body in rubygems To normalize the code style with `bundler`. --- lib/rubygems/source/specific_file.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/rubygems/source/specific_file.rb') diff --git a/lib/rubygems/source/specific_file.rb b/lib/rubygems/source/specific_file.rb index a22772b9c0..24db1440dd 100644 --- a/lib/rubygems/source/specific_file.rb +++ b/lib/rubygems/source/specific_file.rb @@ -4,7 +4,6 @@ # local gems. class Gem::Source::SpecificFile < Gem::Source - ## # The path to the gem for this specific file. @@ -69,5 +68,4 @@ class Gem::Source::SpecificFile < Gem::Source super end end - end -- cgit v1.2.3