Fix formatting

This commit is contained in:
Andrew Dupont 2023-03-29 12:30:28 -07:00
parent ae848b5f68
commit 253f514581

View File

@ -54,7 +54,7 @@ function resolveNodePosition (node, descriptor) {
//
// `ScopeResolver` also sets boundaries for possible consumption by a
// `HighlightIterator`. However, it is used to resolve several different kinds
// of query captures — not just highlights.
// of query captures — not just highlights.
class ScopeResolver {
constructor(languageLayer, idForScope) {
this.languageLayer = languageLayer;