mirror of
https://github.com/redmine/redmine.git
synced 2026-03-09 22:20:55 +01: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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user