aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/commands/perform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/perform.rb b/railties/lib/commands/perform.rb
index ec9a47505b..784837780c 100644
--- a/railties/lib/commands/perform.rb
+++ b/railties/lib/commands/perform.rb
@@ -2,4 +2,4 @@ if %w( benchmarker profiler ).include?(ARGV.first)
require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}"
else
puts "Usage: ./script/perform [benchmarker|profiler]"
-end \ No newline at end of file
+end