Linter: spaces inside brackets

This commit is contained in:
Jason Zimdars
2024-08-20 11:30:21 -05:00
parent 34273f4ef7
commit 43329387a7
+2 -2
View File
@@ -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)