Skip to content

Commit c64b65b

Browse files
committed
format
1 parent a6dec3d commit c64b65b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tools_tests/src/migrate/migrated/Migrated_StdlibMigration_Array.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,3 @@ let reduceRight2 = Array.reduceRight([1, 2, 3], 0, (acc, x) => acc + x)
166166

167167
let reduceRighti1 = [1, 2, 3]->Array.reduceRightWithIndex(0, (acc, x, i) => acc + x + i)
168168
let reduceRighti2 = Array.reduceRightWithIndex([1, 2, 3], 0, (acc, x, i) => acc + x + i)
169-

0 commit comments

Comments
 (0)