mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-28 11:41:08 +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:
parent
36856acb3a
commit
8ddbbcf4a6
@ -333,11 +333,11 @@ module Redmine
|
|||||||
end
|
end
|
||||||
|
|
||||||
def is_file?
|
def is_file?
|
||||||
self.kind == 'file'
|
self.kind == 'file'
|
||||||
end
|
end
|
||||||
|
|
||||||
def is_dir?
|
def is_dir?
|
||||||
self.kind == 'dir'
|
self.kind == 'dir'
|
||||||
end
|
end
|
||||||
|
|
||||||
def is_text?
|
def is_text?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user