mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
This commit is contained in:
parent
991e32681e
commit
75260d36b5
1 changed files with 2 additions and 2 deletions
|
@ -185,9 +185,9 @@ class << Merger
|
|||
system('git', 'diff', file)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
private
|
||||
|
||||
|
||||
def svn_mode?
|
||||
return @svn_mode if defined?(@svn_mode)
|
||||
@svn_mode = system("svn info > /dev/null 2>&1")
|
||||
|
|
Loading…
Add table
Reference in a new issue