提交 b8015669 编写于 作者: K Kasper Timm Hansen

Add spaces in the braces.

Solves personal insanity, since I was down in these files.

(Please don't submit PRs like this.)
上级 84c3738c
......@@ -15,7 +15,7 @@ task routes: :environment do
end
routes_filter = nil
routes_filter = {controller: ENV['CONTROLLER']} if ENV['CONTROLLER']
routes_filter = { controller: ENV['CONTROLLER'] } if ENV['CONTROLLER']
OptionParser.new do |opts|
opts.banner = "Usage: rake routes [options]"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册