Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-access committed Oct 29, 2021
1 parent 88d57e6 commit daf9ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/monaco-converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ export class ProtocolToMonacoConverter {
endLineNumber: diagnostic.range.end.line + 1,
endColumn: diagnostic.range.end.character + 1,
relatedInformation: this.asRelatedInformations(diagnostic.relatedInformation),
tags: diagnostic.tags,
tags: diagnostic.tags
}
}

Expand Down

0 comments on commit daf9ae9

Please sign in to comment.