diff --git a/railties/lib/commands/perform.rb b/railties/lib/commands/perform.rb index ec9a47505b1aa903ae9febcde7121fec2dbdeec3..784837780cf62d5b8e5b969badcce617caef618a 100644 --- a/railties/lib/commands/perform.rb +++ b/railties/lib/commands/perform.rb @@ -2,4 +2,4 @@ require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}" else puts "Usage: ./script/perform [benchmarker|profiler]" -end \ No newline at end of file +end