From 574d54ae659ed01e0c2297568ba787888b731616 Mon Sep 17 00:00:00 2001 From: mat-ng Date: Wed, 20 Mar 2024 20:19:44 -0400 Subject: [PATCH] fix formatting --- backend/typescript/utilities/delegation-algorithm/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/typescript/utilities/delegation-algorithm/index.ts b/backend/typescript/utilities/delegation-algorithm/index.ts index 3e53653..dc96f3b 100644 --- a/backend/typescript/utilities/delegation-algorithm/index.ts +++ b/backend/typescript/utilities/delegation-algorithm/index.ts @@ -30,8 +30,8 @@ async function delegationAlgorithm() { reviewerComments: '', recommendedSecondChoice: 'N/A' }); - })) - })) + })); + })); } async function loadReviewers(): Promise {