From 7dbef5050115948aeb5508e84fcca10d9730a15a Mon Sep 17 00:00:00 2001 From: gen740 Date: Fri, 3 Nov 2023 04:02:35 +0900 Subject: [PATCH] Apply Format --- optuna_dashboard/ts/components/DeleteArtifactDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optuna_dashboard/ts/components/DeleteArtifactDialog.tsx b/optuna_dashboard/ts/components/DeleteArtifactDialog.tsx index 4bf5e95d..7ac46162 100644 --- a/optuna_dashboard/ts/components/DeleteArtifactDialog.tsx +++ b/optuna_dashboard/ts/components/DeleteArtifactDialog.tsx @@ -11,7 +11,7 @@ import { actionCreator } from "../action" export const useDeleteTrialArtifactDialog = (): [ (studyId: number, trialId: number, artifact: Artifact) => void, - () => ReactNode, + () => ReactNode ] => { const action = actionCreator() @@ -58,7 +58,7 @@ export const useDeleteTrialArtifactDialog = (): [ export const useDeleteStudyArtifactDialog = (): [ (studyId: number, artifact: Artifact) => void, - () => ReactNode, + () => ReactNode ] => { const action = actionCreator()