2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

sorry rubocop

This commit is contained in:
Neil Lalonde 2017-12-13 15:47:42 -05:00
parent 3f1d6a302e
commit 712c9fca1b

View file

@ -36,7 +36,7 @@ class TopicLinkClick < ActiveRecord::Base
# link can have query params, and analytics can add more to the end:
i = url.length
while i = url.rindex('&', i-1)
while i = url.rindex('&', i - 1)
urls << url[0...i]
end