Skip to content

Commit 3804956

Browse files
committed
Formatted code
1 parent bf3fe90 commit 3804956

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/scheduler/vertex/CreateVertexScheduler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ const CreateVertexScheduler = ({
587587
* Hosts the machine type API service
588588
*/
589589
const machineTypeAPI = () => {
590-
VertexServices.machineTypeAPIService(
590+
VertexServices.machineTypeAPIService(
591591
region,
592592
setMachineTypeList,
593593
setMachineTypeLoading,

src/services/Vertex.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ export class VertexServices {
140140
} catch (reason: any) {
141141
setCreatingVertexScheduler(false);
142142
SchedulerLoggingService.log(
143-
`Error creating schedule: ${reason}`,
144-
LOG_LEVEL.ERROR
145-
);
143+
`Error creating schedule: ${reason}`,
144+
LOG_LEVEL.ERROR
145+
);
146146
toast.error(
147147
<ExpandToastMessage message={reason} />,
148148
reason.length > 500 ? toastifyCustomWidth : toastifyCustomStyle

0 commit comments

Comments
 (0)