From c10be8fcb8c49ab3f95ddc94d3bb1418cb8c620f Mon Sep 17 00:00:00 2001 From: nabenabe0928 Date: Fri, 19 Jan 2024 08:45:39 +0100 Subject: [PATCH] Apply formatter --- optuna_dashboard/ts/action.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {