Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed Jan 10, 2024
1 parent 13dbff4 commit 8c45ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/gui2/src/util/ast/match.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ function isMatch_(
}

type PlaceholderRef = {
ref: Ast.NodeChild<Ast.AstId>,
parent: Ast.AstId,
ref: Ast.NodeChild<Ast.AstId>
parent: Ast.AstId
}

function placeholders(ast: Ast.Ast, placeholder: string, outIn?: PlaceholderRef[]) {
Expand Down

0 comments on commit 8c45ad1

Please sign in to comment.