Skip to content

Commit 6f9f22c

Browse files
committed
refactor: . Make htmlRenderer readonly
1 parent 4f42749 commit 6f9f22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/QueryResultsRenderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class QueryResultsRenderer {
4545
*/
4646
public readonly source: string;
4747

48-
private htmlRenderer: HtmlQueryResultsRenderer;
48+
private readonly htmlRenderer: HtmlQueryResultsRenderer;
4949

5050
// The path of the file that contains the instruction block, and cached data from that file.
5151
// This can be updated when the query file's frontmatter is modified.

0 commit comments

Comments
 (0)