Skip to content

Commit 4afa60d

Browse files
committed
fix: eslint rule
1 parent 15b548e commit 4afa60d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NestedRow.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ describe('NestedListView', () => {
3636
level={1}
3737
height={60}
3838
paddingLeftIncrement={15}
39-
style={{ borderColor: 'black', borderWidth: 1 }}
40-
>
39+
style={{ borderColor: 'black', borderWidth: 1 }}>
4140
<Text>Test</Text>
4241
</NestedRow>,
4342
);

0 commit comments

Comments
 (0)