From aee5d90a2397e68a753ab05e20566d0a23604931 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jan 2023 17:15:22 +0530 Subject: chore: prettier --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index 55d2cce..7be4c98 100644 --- a/src/types.ts +++ b/src/types.ts @@ -14,7 +14,7 @@ export interface Ctx { getTypeValue: (ty: Type | undefined) => any createResult: (ty: string) => [string, Node | undefined] - removeResult: (key?: string) => void, + removeResult: (key?: string) => void getResultExpr: (key?: string) => string printResultNode: () => void -- cgit v1.3.1