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:
parent
36856acb3a
commit
8ddbbcf4a6
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user