Apply formatter

This commit is contained in:
nabenabe0928
2024-01-19 09:01:15 +01:00
parent 78e1e11802
commit c10be8fcb8
+4 -1
View File
@@ -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) {