summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli')
-rw-r--r--lib/bundler/cli/outdated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb
index fc58b6a3db..0b17c2b9f3 100644
--- a/lib/bundler/cli/outdated.rb
+++ b/lib/bundler/cli/outdated.rb
@@ -282,7 +282,7 @@ module Bundler
element.to_s.ljust(column_sizes[index])
end
- Bundler.ui.info row.join(" ") + "\n"
+ Bundler.ui.info row.join(" ") + "\n"
end
end