From ccbcfc480a317521f90efa99ec05d1c295d592c7 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Fri, 13 May 2011 14:16:06 -0700 Subject: Fix trailing whitespace --- lib/bundler/ui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bundler/ui.rb') 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 -- cgit v1.2.1