Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Druue committed Jul 4, 2024
1 parent 01532aa commit b810d54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/language-server/src/lib/Schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class SchemaDocument {
readonly lines: Line[] = []

constructor(readonly textDocument: TextDocument) {
this.textDocument = textDocument
for (let i = 0; i < textDocument.lineCount; i++) {
const line = getCurrentLine(textDocument, i)
this.lines.push({
Expand Down

0 comments on commit b810d54

Please sign in to comment.