Skip to content

Commit ec3cc6a

Browse files
committed
fix: prettier formatting on setValueAsync guards
1 parent 03c0af3 commit ec3cc6a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

example/__tests__/viewmodel-properties.harness.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,7 @@ describe('setValueAsync() updates value', () => {
448448
it('numberProperty setValueAsync updates value', async () => {
449449
// setValueAsync hangs on iOS legacy due to listener notification
450450
// dispatching back to the JS thread while it's awaiting the promise
451-
if (
452-
Platform.OS === 'ios' &&
453-
RiveFileFactory.getBackend() === 'legacy'
454-
) {
451+
if (Platform.OS === 'ios' && RiveFileFactory.getBackend() === 'legacy') {
455452
return;
456453
}
457454
const instance = await createGordonInstance();

0 commit comments

Comments
 (0)