aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli/show.rb
diff options
context:
space:
mode:
authorSmit Shah <who828@gmail.com>2014-01-08 11:04:42 +0530
committerSmit Shah <who828@gmail.com>2014-01-08 11:04:42 +0530
commit83d1d74378ccc9fe71f483cd7c68e02c2b5a6632 (patch)
tree4dec15d45255cc30b60843cd6fd5c2a7f18c83cc /lib/bundler/cli/show.rb
parent47aac07bd17773c78ee8d0e17f9fdad35059287e (diff)
downloadbundler-83d1d74378ccc9fe71f483cd7c68e02c2b5a6632.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'lib/bundler/cli/show.rb')
-rw-r--r--lib/bundler/cli/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/show.rb b/lib/bundler/cli/show.rb
index e6248114..0b6b4e7a 100644
--- a/lib/bundler/cli/show.rb
+++ b/lib/bundler/cli/show.rb
@@ -1,7 +1,7 @@
require 'bundler/cli/common'
module Bundler
- class CLI::Show
+ class CLI::Show
attr_reader :options, :gem_name
def initialize(options, gem_name)
@options = options