diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-02-17 10:15:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-02-17 10:15:44 +0000 |
commit | e0215681b480adebd5b16083f78c1b7abfdbb06e (patch) | |
tree | 22812cf1ef99ddb2d34aa709b3f5b0cd20ec99cb | |
parent | 51abe725baada3cb0ca9a1dff998f5dde9ef385a (diff) | |
download | redmine-e0215681b480adebd5b16083f78c1b7abfdbb06e.tar.gz redmine-e0215681b480adebd5b16083f78c1b7abfdbb06e.zip |
remove trailing tabs from app/controllers/users_controller.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11419 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/controllers/users_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 71745688a..23a979ea2 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -55,7 +55,7 @@ class UsersController < ApplicationController render :layout => !request.xhr? } format.api - end + end end def show |