Skip to content

Commit

Permalink
Apply Format
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Nov 2, 2023
1 parent f4405f0 commit 7dbef50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optuna_dashboard/ts/components/DeleteArtifactDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { actionCreator } from "../action"

export const useDeleteTrialArtifactDialog = (): [
(studyId: number, trialId: number, artifact: Artifact) => void,
() => ReactNode,
() => ReactNode
] => {
const action = actionCreator()

Expand Down Expand Up @@ -58,7 +58,7 @@ export const useDeleteTrialArtifactDialog = (): [

export const useDeleteStudyArtifactDialog = (): [
(studyId: number, artifact: Artifact) => void,
() => ReactNode,
() => ReactNode
] => {
const action = actionCreator()

Expand Down

0 comments on commit 7dbef50

Please sign in to comment.