mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Update rubocop to version 1.80.2 (#36007)
This commit is contained in:
@@ -182,9 +182,9 @@ module Paperclip
|
||||
t += 1 if t.negative?
|
||||
t -= 1 if t > 1
|
||||
|
||||
return (p + ((q - p) * 6 * t)) if t < 1 / 6.0
|
||||
return p + ((q - p) * 6 * t) if t < 1 / 6.0
|
||||
return q if t < 1 / 2.0
|
||||
return (p + ((q - p) * ((2 / 3.0) - t) * 6)) if t < 2 / 3.0
|
||||
return p + ((q - p) * ((2 / 3.0) - t) * 6) if t < 2 / 3.0
|
||||
|
||||
p
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user