diff --git a/optuna_dashboard/ts/action.ts b/optuna_dashboard/ts/action.ts index 159e22fe..4f7cb006 100644 --- a/optuna_dashboard/ts/action.ts +++ b/optuna_dashboard/ts/action.ts @@ -235,7 +235,10 @@ export const actionCreator = () => { }) } - const updateStudyDetail = (studyId: number, forceFetchAllTrials: boolean = false) => { + const updateStudyDetail = ( + studyId: number, + forceFetchAllTrials: boolean = false + ) => { let nLocalFixedTrials = 0 const nMaximumTrialsAtOnce = forceFetchAllTrials ? 0 : 2000 if (studyId in studyDetails) {