Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hironichu committed Sep 24, 2023
1 parent 54c220c commit c6981a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deno/wt_server_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { assert } from "https://deno.land/[email protected]/assert/mod.ts";
import { WebTransportServer } from "../../mod/server.ts";
// //add certs cleanup methods after tests
// const certPath = join(Deno.cwd(), "./certs/");
async function sleep(msec: number) {
async function _sleep(msec: number) {
await new Promise((res, _rej) => setTimeout(res, msec));
}

Expand Down

0 comments on commit c6981a7

Please sign in to comment.