Format components code
This commit is contained in:
parent
2131e4eac1
commit
d09dbeb812
|
@ -177,7 +177,12 @@ export const SquiggleChart: React.FC<SquiggleChartProps> = ({
|
||||||
sampleCount: sampleCount,
|
sampleCount: sampleCount,
|
||||||
xyPointLength: outputXYPoints,
|
xyPointLength: outputXYPoints,
|
||||||
};
|
};
|
||||||
let expressionResult = run(squiggleString, bindings, samplingInputs, jsImports);
|
let expressionResult = run(
|
||||||
|
squiggleString,
|
||||||
|
bindings,
|
||||||
|
samplingInputs,
|
||||||
|
jsImports
|
||||||
|
);
|
||||||
let internal: JSX.Element;
|
let internal: JSX.Element;
|
||||||
if (expressionResult.tag === "Ok") {
|
if (expressionResult.tag === "Ok") {
|
||||||
let expression = expressionResult.value;
|
let expression = expressionResult.value;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user