Skip to content

Commit 599cc6d

Browse files
committed
syntax error
1 parent 4ce1aac commit 599cc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcparser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace microcode {
55
export let progToStringRet: string = undefined
66
//% shim=TD_NOOP
7-
export function progToString(prog: ProgramDefn): string {
7+
export function progToString(prog: ProgramDefn) {
88
const ruleToString = (rule: RuleDefn) => {
99
const toToken = (tile: Tile) =>
1010
resolveTooltip("T" + getTid(tile)).replaceAll(" ", "_")

0 commit comments

Comments
 (0)