Skip to content

Commit 045799d

Browse files
Hallcoderpacifiquem
authored andcommitted
new line
1 parent a05c883 commit 045799d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/values.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ export function MK_STRING(val: string) {
8282
export function MK_OBJECT(obj: Map<string, RuntimeVal>) {
8383
return { type: 'object', properties: obj } as ObjectVal;
8484
}
85+

0 commit comments

Comments
 (0)