Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xmahle committed Aug 28, 2023
1 parent c46821e commit e900e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/fetch-adapter/fetch-adapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ describe('fetch adapter', () => {
let receivedContext: any;
let callback: (...args: any[]) => Promise<void>;
beforeEach(() => {
callback = async () => { return };
callback = async () => {
return;
};
});

const spec: server.Endpoints = Object.fromEntries(
Expand Down

0 comments on commit e900e05

Please sign in to comment.