From 2b58673c927b6d4a350724a4b6ad2dae416fc2a1 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 11 Sep 2025 13:03:56 +0100 Subject: [PATCH] Revert whitespace --- frontend/src/components/fileManager/FileActions.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/fileManager/FileActions.tsx b/frontend/src/components/fileManager/FileActions.tsx index dfcf0403e..7bc8d27bc 100644 --- a/frontend/src/components/fileManager/FileActions.tsx +++ b/frontend/src/components/fileManager/FileActions.tsx @@ -8,14 +8,8 @@ import { useFileManagerContext } from "../../contexts/FileManagerContext"; const FileActions: React.FC = () => { const { t } = useTranslation(); - const { - recentFiles, - selectedFileIds, - filteredFiles, - onSelectAll, - onDeleteSelected, - onDownloadSelected - } = useFileManagerContext(); + const { recentFiles, selectedFileIds, filteredFiles, onSelectAll, onDeleteSelected, onDownloadSelected } = + useFileManagerContext(); const handleSelectAll = () => { onSelectAll();