Skip to content

Commit 41084bd

Browse files
committed
Format
1 parent 869e99e commit 41084bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build/common/infer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function InferArray(parser: Runtime.IParser): string {
3737
return `(${Infer(parser)})[]`
3838
}
3939
function InferConst(parser: Runtime.IConst) {
40-
return `'${Escape(parser.const)}'`
40+
return `'${Escape(parser.const)}'`
4141
}
4242
function InferBigInt(parser: Runtime.IBigInt) {
4343
return `string`

0 commit comments

Comments
 (0)