Skip to content

Commit b6b0a59

Browse files
committed
more deno fmt/lint
1 parent a6f99e4 commit b6b0a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runner/src/data-updating.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { isRecord } from "@commontools/utils/types";
22
import { getLogger } from "@commontools/utils/logger";
33
import { ID, ID_FIELD, type JSONSchema } from "./builder/types.ts";
44
import { createRef } from "./create-ref.ts";
5-
import { isCell, CellImpl } from "./cell.ts";
5+
import { CellImpl, isCell } from "./cell.ts";
66
import { resolveLink } from "./link-resolution.ts";
77
import {
88
areLinksSame,

0 commit comments

Comments
 (0)