Skip to content

Commit fa68fd9

Browse files
authored
Merge pull request #922 from mauroporrasp/remove-parentheses
Remove unnecessary parentheses
2 parents 068e781 + ea25f3d commit fa68fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/javascript.es6.react.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ snippet rcdp
4040

4141
# Presentational component
4242
snippet rcom
43-
(props) => {
43+
props => {
4444
return (
4545
${0:<div></div>}
4646
)

0 commit comments

Comments
 (0)