tweak: format
This commit is contained in:
parent
e1760dab2d
commit
bfc3b39b2b
|
@ -55,7 +55,6 @@ module Internals = {
|
|||
|
||||
// Integral helper functions
|
||||
|
||||
|
||||
let castFloatToInternalNumber = x => ReducerInterface_InternalExpressionValue.IEvNumber(x)
|
||||
let castArrayOfFloatsToInternalArrayOfInternals = xs => ReducerInterface_InternalExpressionValue.IEvArray(
|
||||
Belt.Array.map(xs, x => castFloatToInternalNumber(x)),
|
||||
|
|
Loading…
Reference in New Issue
Block a user