Skip to content

Commit 3cbc2fb

Browse files
committed
formatting
1 parent d056b0b commit 3cbc2fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/src/tests/Test2896.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ function Home({ navigation }: StackNavigationProp) {
7171
justifyContent: 'center',
7272
alignItems: 'center',
7373
}}>
74-
<Text testID="home-text-behind-form-sheet">This should be covered by expanded formSheet.</Text>
75-
</View>
74+
<Text testID="home-text-behind-form-sheet">
75+
This should be covered by expanded formSheet.
76+
</Text>
77+
</View>
7678
<View
7779
style={{
7880
flex: 1,

0 commit comments

Comments
 (0)