Skip to content

Commit 82e8fc5

Browse files
committed
fmt
1 parent ed08a29 commit 82e8fc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/basics_test.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1381,8 +1381,6 @@ Deno.test("basics - sync subscription", async () => {
13811381
await cleanup(ns, nc);
13821382
});
13831383

1384-
1385-
13861384
Deno.test("basics - respond message", async () => {
13871385
const { ns, nc } = await setup();
13881386
const sub = nc.subscribe("q");
@@ -1405,7 +1403,6 @@ Deno.test("basics - respond message", async () => {
14051403
await cleanup(ns, nc);
14061404
});
14071405

1408-
14091406
class MM implements Msg {
14101407
data!: Uint8Array;
14111408
sid: number;

0 commit comments

Comments
 (0)