Skip to content

Commit 646d127

Browse files
committed
deno fmt/lint
1 parent 44f1a39 commit 646d127

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/runner/src/link-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
type Cell,
55
isAnyCell,
66
isCell,
7-
isStream,
87
type MemorySpace,
98
type Stream,
109
} from "./cell.ts";

packages/runner/test/cell-optional-link.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe("Cell with Optional Link", () => {
273273
// Set it to a stream value
274274
streamCell.setRaw({ $stream: true });
275275

276-
let receivedEvents: any[] = [];
276+
const receivedEvents: any[] = [];
277277
streamCell.sink((event: any) => {
278278
receivedEvents.push(event);
279279
});

0 commit comments

Comments
 (0)