Skip to content

Commit

Permalink
Apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Jun 5, 2024
1 parent c00488f commit 2b0fd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optuna_dashboard/ts/components/DeleteStudyDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {
} from "@mui/material"
import React, { ReactNode, useState } from "react"
import { useRecoilValue } from "recoil"
import { artifactIsAvailable as artifactIsAvailableState } from "../state"
import { actionCreator } from "../action"
import { artifactIsAvailable as artifactIsAvailableState } from "../state"

export const useDeleteStudyDialog = (): [
(studyId: number) => void,
Expand Down

0 comments on commit 2b0fd04

Please sign in to comment.