]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_trailling_slash
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 31 Jan 2014 09:38:43 +0000 (09:38 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 31 Jan 2014 09:38:43 +0000 (09:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12741 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/abstract_adapter.rb

index 28fdde30bb589a37408ba0c98987fe4369de880a..ec168bf847e381f7d678e58671004363e6505c39 100644 (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)