From c85c0c9c642dcdccb7d769d7d9a56d51ad314915 Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Wed, 15 Jul 2015 20:49:52 -0700 Subject: [RuboCop] Enable Style/EmptyLines --- lib/bundler/lazy_specification.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/bundler/lazy_specification.rb') diff --git a/lib/bundler/lazy_specification.rb b/lib/bundler/lazy_specification.rb index 1119bdeed8..e8f73095cf 100644 --- a/lib/bundler/lazy_specification.rb +++ b/lib/bundler/lazy_specification.rb @@ -78,6 +78,5 @@ module Bundler @specification.send(method, *args, &blk) end - end end -- cgit v1.2.1