typo
This commit is contained in:
parent
10d000231f
commit
57a97f6c37
|
|
@ -66,7 +66,6 @@ class PlayoffStageService
|
||||||
0
|
0
|
||||||
else
|
else
|
||||||
# black voodoo magic
|
# black voodoo magic
|
||||||
# h
|
|
||||||
stage_count = Math.log(Utils.previous_power_of_two(number_of_teams)) / Math.log(2)
|
stage_count = Math.log(Utils.previous_power_of_two(number_of_teams)) / Math.log(2)
|
||||||
stage_count.to_int
|
stage_count.to_int
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue