Skip to content

Commit ad03448

Browse files
jmagaramzth
authored andcommitted
formatting?
1 parent 03e9e72 commit ad03448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/typed-arrays/Core__Float64Array.res

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ external fromArrayLikeOrIterable: 'a => t = "Float64Array.from"
5151
/** `fromArrayLikeOrIterableWithMap` creates a `Float64Array` from an array-like or iterable object and applies the mapping function to each item. The mapping function expects (value, index). See [TypedArray.from on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from)
5252
*/
5353
@val
54-
external fromArrayLikeOrIterableWithMap: ('a, ('b, int) => float) => t =
55-
"Float64Array.from"
54+
external fromArrayLikeOrIterableWithMap: ('a, ('b, int) => float) => t = "Float64Array.from"

0 commit comments

Comments
 (0)