Skip to content

Commit ff89c03

Browse files
committed
style: linting fix
1 parent 1781fde commit ff89c03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

netlify/functions/hello.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ export default async () => {
55
<head><meta charset="utf-8"><title>Hello</title></head>
66
<body><h1>Hello, World!</h1></body>
77
</html>`,
8-
{ headers: { 'content-type': 'text/html; charset=utf-8' } },
9-
);
10-
};
8+
{ headers: { 'content-type': 'text/html; charset=utf-8' } }
9+
)
10+
}
1111

1212
export const config = {
13-
path: '/developers/api/hello',
14-
};
13+
path: '/developers/api/hello'
14+
}

0 commit comments

Comments
 (0)