Skip to content

Commit b2dd4d3

Browse files
committed
up
1 parent 5bfc9b2 commit b2dd4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang/load/handleEffect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import dedent from "dedent"
22
import { emptyEnv } from "../env/index.ts"
33
import { equal } from "../equal/index.ts"
44
import { evaluate } from "../evaluate/index.ts"
5-
import { formatValue } from "../format/index.ts"
5+
import { formatExp, formatValue } from "../format/index.ts"
66
import type { Mod } from "../mod/index.ts"
77
import { same } from "../same/index.ts"
88
import type { Stmt } from "../stmt/index.ts"

0 commit comments

Comments
 (0)