]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of lib/redmine/scm/adapters/abstract_adapter.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 27 Oct 2020 15:19:05 +0000 (15:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 27 Oct 2020 15:19:05 +0000 (15:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20213 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/abstract_adapter.rb

index dcdcbdfa6f760672e3e423832ec4bc15d7d7923a..b6ded7087045204a568445f4656d4abacd629e23 100644 (file)
@@ -333,11 +333,11 @@ module Redmine
         end
 
         def is_file?
-           self.kind == 'file'
+          self.kind == 'file'
         end
 
         def is_dir?
-           self.kind == 'dir'
+          self.kind == 'dir'
         end
 
         def is_text?