diff --git a/app/helpers/splats_helper.rb b/app/helpers/splats_helper.rb index 607f51b02..2dc246814 100644 --- a/app/helpers/splats_helper.rb +++ b/app/helpers/splats_helper.rb @@ -1,6 +1,6 @@ module SplatsHelper - SPLAT_ROTATION = %w[90 80 75 60 45 35 25 5 -45 -40 -75] - SPLAT_SIZE = [14, 16, 18, 20, 22] + SPLAT_ROTATION = %w[ 90 80 75 60 45 35 25 5 -45 -40 -75 ] + SPLAT_SIZE = [ 14, 16, 18, 20, 22 ] MIN_THRESHOLD = 7 def splat_rotation(splat)