1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 18:31:14 +00:00

fix source indent of lib/redmine/scm/adapters/abstract_adapter.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20213 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-10-27 15:19:05 +00:00
parent 36856acb3a
commit 8ddbbcf4a6

View 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?