Skip to content

Commit df87862

Browse files
committed
refactor: Remove redundant names
1 parent 4aa6243 commit df87862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Renderer/QueryResultsRenderer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ export class QueryResultsRenderer {
373373
) {
374374
const isFilenameUnique = this.isFilenameUnique({ task }, queryRendererParameters.allMarkdownFiles);
375375
const listItem = await taskLineRenderer.renderTaskLine({
376-
task: task,
377-
taskIndex: taskIndex,
376+
task,
377+
taskIndex,
378378
isTaskInQueryFile: this.filePath === task.path,
379-
isFilenameUnique: isFilenameUnique,
379+
isFilenameUnique,
380380
});
381381

382382
// Remove all footnotes. They don't re-appear in another document.

0 commit comments

Comments
 (0)