Skip to content

Commit f9844f0

Browse files
committed
Remove empty line so CI can run
1 parent 2cc4e05 commit f9844f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

types/react-native/test/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,6 @@ const PlatformConstantsTest = () => {
14351435
const host: string | undefined = Platform.constants.ServerHost;
14361436
}
14371437
};
1438-
14391438
Platform.select({ native: 1 }); // $ExpectType number | undefined
14401439
Platform.select({ native: 1, web: 2, default: 0 }); // $ExpectType number
14411440
Platform.select({ android: 1 }); // $ExpectType number | undefined

0 commit comments

Comments
 (0)