summaryrefslogtreecommitdiffstats
path: root/lib/diff.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-16 13:00:52 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-16 13:00:52 +0000
commit3f64c67c09582ae8bad54511b86ecd1ea701c8a9 (patch)
tree7ba9a45b27d26c516fe2244bc2cb14e361555142 /lib/diff.rb
parent3f691ee4c21107500f7c4a53866a998cc3beb408 (diff)
downloadredmine-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.rb8
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