Skip to content

Commit 1880c4d

Browse files
committed
Run prettier
1 parent c279a1c commit 1880c4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/types/types.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,16 +701,17 @@ export type BatchObject = {
701701
progress: null | {
702702
/** An array of all the steps currently being processed */
703703
steps: Array<{
704-
/** A string representing the name of the current step
705-
* NOT stable. Only use for debugging purposes.
704+
/**
705+
* A string representing the name of the current step NOT stable. Only use
706+
* for debugging purposes.
706707
*/
707708
currentStep: string;
708709
/** Number of finished tasks */
709710
finished: number;
710711
/** Total number of tasks to finish before moving to the next step */
711712
total: number;
712713
}>;
713-
/** Percentage of progression of all steps currently being processed*/
714+
/** Percentage of progression of all steps currently being processed */
714715
percentage: number;
715716
};
716717

0 commit comments

Comments
 (0)