Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Jan 1, 2025
1 parent 161e5a4 commit c3600f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/highlighter/tokenProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function processNode(node: Node, textDocument: string[], context: NodeContext[])
return { result: [
{
...generatePlotterForNode(node),
tokenType: tokenTypeObj[reference.type]
tokenType: tokenTypeObj[reference.type],
},
], references: undefined }
}
Expand Down

0 comments on commit c3600f3

Please sign in to comment.