From a89665b7b1abb5bb6005fd638dc920848cc50f72 Mon Sep 17 00:00:00 2001 From: David Rodríguez 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`. --- test/rubygems/plugin/load/rubygems_plugin.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/rubygems/plugin/load/rubygems_plugin.rb') diff --git a/test/rubygems/plugin/load/rubygems_plugin.rb b/test/rubygems/plugin/load/rubygems_plugin.rb index 85a6851ace..7cc6bef90b 100644 --- a/test/rubygems/plugin/load/rubygems_plugin.rb +++ b/test/rubygems/plugin/load/rubygems_plugin.rb @@ -1,6 +1,4 @@ # frozen_string_literal: true class TestGem - TEST_PLUGIN_LOAD = :loaded - end -- cgit v1.2.3