Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed May 17, 2024
1 parent fd9497b commit fdfc1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json/src/node/JsonAstNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export interface JsonNumberExpectation extends JsonBaseExpectation {
}
export interface JsonNumberNode extends JsonBaseAstNode, core.AstNode {
readonly type: 'json:number'
readonly children: [core.LongNode | core.FloatNode],
readonly children: [core.LongNode | core.FloatNode]
readonly value: core.LongNode | core.FloatNode
}
export namespace JsonNumberNode {
Expand Down

0 comments on commit fdfc1fb

Please sign in to comment.