Skip to content

Commit 3738105

Browse files
committed
refactor: - make method private
1 parent c1d472d commit 3738105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/MarkdownQueryResultsRenderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class MarkdownQueryResultsRenderer extends QueryResultsRendererBase {
6868
*
6969
* @param task
7070
*/
71-
public formatTask(task: Task): string {
71+
private formatTask(task: Task): string {
7272
return `${this.listItemIndentation()}- [${task.status.symbol}] ${task.toString()}`;
7373
}
7474

0 commit comments

Comments
 (0)