Skip to content

Commit b97837c

Browse files
committed
fix: prettier formating
1 parent df4a4bf commit b97837c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/formatter/formatReactFunctionNode.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ export default (
1616

1717
if (type !== 'ReactFunction') {
1818
throw new Error(
19-
`The "formatReactFunctionNode" function could only format node of type "ReactFunction". Given: ${
20-
type
21-
}`
19+
`The "formatReactFunctionNode" function could only format node of type "ReactFunction". Given: ${type}`
2220
);
2321
}
2422

0 commit comments

Comments
 (0)