aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendor/thor/shell/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendor/thor/shell/html.rb')
-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 d1952862..b8b3f9c5 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