diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 13:00:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 13:00:52 +0000 |
commit | 3f64c67c09582ae8bad54511b86ecd1ea701c8a9 (patch) | |
tree | 7ba9a45b27d26c516fe2244bc2cb14e361555142 /lib/diff.rb | |
parent | 3f691ee4c21107500f7c4a53866a998cc3beb408 (diff) | |
download | redmine-3f64c67c09582ae8bad54511b86ecd1ea701c8a9.tar.gz redmine-3f64c67c09582ae8bad54511b86ecd1ea701c8a9.zip |
code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/diff.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18691 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/diff.rb')
-rw-r--r-- | lib/diff.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/diff.rb b/lib/diff.rb index 43ecb7397..5c6eb4380 100644 --- a/lib/diff.rb +++ b/lib/diff.rb @@ -190,10 +190,10 @@ module Diffable end self[low] = value - # $stderr << "replace #{value} : 0/#{low}/#{init_high} (#{steps} steps) (#{init_high-low} off )\n" - # $stderr.puts self.inspect - #gets - #p length - low + # $stderr << "replace #{value} : 0/#{low}/#{init_high} (#{steps} steps) (#{init_high-low} off )\n" + # $stderr.puts self.inspect + # gets + # p length - low return low end |