Skip to content

Commit

Permalink
refactor: . Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Sep 24, 2024
1 parent 980fc36 commit 428e935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Query/Filter/StatusField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class StatusField extends FilterInstructionsBasedField {
* TODO and IN_PROGRESS types are grouped in 'Todo'.
* Other status types are grouped in 'Done'.
*/

public grouper(): GrouperFunction {
return (task: Task) => {
return [StatusField.oldStatusName(task)];
Expand Down

0 comments on commit 428e935

Please sign in to comment.