summaryrefslogtreecommitdiff
path: root/lib/bundler/vendor
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-26 22:10:58 -0700
committerwycats <wycats@gmail.com>2010-07-26 22:10:58 -0700
commit2d05210b12b82ded5f8e248208150ed8bd971d07 (patch)
treefdeda3937982b72585aa2a83c9c044c83da11caf /lib/bundler/vendor
parent870ad85705393be8d76e4caf0ec111608e2472fd (diff)
downloadbundler-2d05210b12b82ded5f8e248208150ed8bd971d07.tar.gz
Whitespace
Diffstat (limited to 'lib/bundler/vendor')
-rw-r--r--lib/bundler/vendor/thor/shell/html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendor/thor/shell/html.rb b/lib/bundler/vendor/thor/shell/html.rb
index b8b3f9c5cd..d195286280 100644
--- a/lib/bundler/vendor/thor/shell/html.rb
+++ b/lib/bundler/vendor/thor/shell/html.rb
@@ -58,7 +58,7 @@ class Thor
bold, end_bold = bold ? [BOLD, END_BOLD] : ['', '']
"#{bold}#{color}#{string}#{CLEAR}#{end_bold}"
end
-
+
# Ask something to the user and receives a response.
#
# ==== Example