Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-ng committed Mar 21, 2024
1 parent fbe8e21 commit 574d54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/typescript/utilities/delegation-algorithm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ async function delegationAlgorithm() {
reviewerComments: '',
recommendedSecondChoice: 'N/A'
});
}))
}))
}));
}));
}

async function loadReviewers(): Promise<User[]> {
Expand Down

0 comments on commit 574d54a

Please sign in to comment.