From 07801ddda5a8988327cd75448a8f29c044c35d8d Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Mon, 11 Mar 2024 19:56:41 +0000 Subject: [PATCH] run prettier --- tests/perf-test/SelectionList.perf-test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/perf-test/SelectionList.perf-test.tsx b/tests/perf-test/SelectionList.perf-test.tsx index 2a9791ec714d..ceb54abb5117 100644 --- a/tests/perf-test/SelectionList.perf-test.tsx +++ b/tests/perf-test/SelectionList.perf-test.tsx @@ -81,7 +81,7 @@ function SelectionListWrapper({canSelectMultiple}: SelectionListWrapperProps) { const onSelectRow = (item: ListItem) => { if (!item.keyForList) { return; - } + } if (canSelectMultiple) { if (selectedIds.includes(item.keyForList)) {