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/indexer.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/rubygems/indexer.rb') diff --git a/lib/rubygems/indexer.rb b/lib/rubygems/indexer.rb index c99a6a8367..9f4bd12c46 100644 --- a/lib/rubygems/indexer.rb +++ b/lib/rubygems/indexer.rb @@ -8,7 +8,6 @@ require 'tmpdir' # Top level class for building the gem repository index. class Gem::Indexer - include Gem::UserInteraction ## @@ -424,5 +423,4 @@ class Gem::Indexer Marshal.dump specs_index, io end end - end -- cgit v1.2.3