Update space-before-function-paren

This commit is contained in:
Hydroxycarbamide 2022-11-21 10:42:30 +01:00
parent aafc769f33
commit 067247298b
5 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,4 @@
export default function HomePage (): JSX.Element {
export default function HomePage(): JSX.Element {
return (
<div>Hello World</div>
)