Skip to content

Commit 416374d

Browse files
committed
fix lint
1 parent 05c4e71 commit 416374d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

example/__tests__/viewmodel-instance-lookup.harness.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,11 @@ function ByNameView({
516516
return (
517517
<View style={{ width: 200, height: 200 }}>
518518
<RiveView
519-
hybridRef={{ f: (r: RiveViewRef | null) => { ctx.ref = r; } }}
519+
hybridRef={{
520+
f: (r: RiveViewRef | null) => {
521+
ctx.ref = r;
522+
},
523+
}}
520524
style={{ flex: 1 }}
521525
file={file}
522526
artboardName={artboardName}

0 commit comments

Comments
 (0)