fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_trailling_slash

git-svn-id: http://svn.redmine.org/redmine/trunk@12741 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-01-31 09:38:43 +00:00
parent 5fc8cfe9e3
commit 7c56ed6004
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ module Redmine
def without_trailling_slash(path)
path ||= ''
(path[-1,1] == "/") ? path[0..-2] : path
end
end
def shell_quote(str)
self.class.shell_quote(str)