1
0
Fork 0
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:
git 2019-04-29 01:00:20 +09:00
parent 991e32681e
commit 75260d36b5

View file

@ -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")