Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 17, 2022
1 parent d80c1e2 commit 3bf4c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

```ts
createServerAdapter(req => {
return new Response(`I got ${req.url}`);
});
return new Response(`I got ${req.url}`)
})
```

Breaking Changes;
Expand Down

0 comments on commit 3bf4c6e

Please sign in to comment.