summaryrefslogtreecommitdiff
path: root/lib/bundler/ui.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-13 14:16:06 -0700
committerAndre Arko <andre@arko.net>2011-05-14 09:37:17 -0700
commitccbcfc480a317521f90efa99ec05d1c295d592c7 (patch)
treed790d8dc253a1020d01312a83f8ea34e5669ffd1 /lib/bundler/ui.rb
parent4a28d2ef7b360c16924a84fb31647632d13fe10c (diff)
downloadbundler-ccbcfc480a317521f90efa99ec05d1c295d592c7.tar.gz
Fix trailing whitespace
Diffstat (limited to 'lib/bundler/ui.rb')
-rw-r--r--lib/bundler/ui.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/ui.rb b/lib/bundler/ui.rb
index 620629190c..855c9e3c33 100644
--- a/lib/bundler/ui.rb
+++ b/lib/bundler/ui.rb
@@ -16,7 +16,7 @@ module Bundler
def confirm(message)
end
-
+
def debugging?
false
end
@@ -33,7 +33,7 @@ module Bundler
def debug(msg)
@shell.say(msg) if debugging?
end
-
+
def debugging?
@debug && !@quiet
end