Skip to content

Commit bda79e4

Browse files
committed
chore(prettier): run 'yarn prettier'
1 parent 5c2a758 commit bda79e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/__tests__/internals/DummyComponent.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ const makeWrongCode = () => 'wrong'
4747
const DummyComponent = <T>(
4848
React: ReactModuleType,
4949
// eslint-disable-next-line react/prop-types
50-
): DummyReturnType<T> => (props: CustomDummyPropsType<T>): Node => (
50+
): DummyReturnType<T> => (props: CustomDummyPropsType<T>): Node =>
5151
<div className={props.className}>
5252
<span>
5353
{props.text} - {props.code}
5454
</span>
5555
</div>
56-
)
5756

5857
const defaultProps = {
5958
text: 'Some Text',

0 commit comments

Comments
 (0)