Skip to content

Commit 1453b0d

Browse files
committed
style: spacing in the doc
1 parent 9cf9cd3 commit 1453b0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/batch/src/SqsFifo.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export function SqsFifo<
117117

118118
/**
119119
* Determines whether the current group should be short-circuited.
120+
*
120121
* If we have any failed messages, we should then short circuit the process and
121122
* fail remaining messages unless `skipGroupOnError` is true
122123
*/
@@ -128,6 +129,7 @@ export function SqsFifo<
128129

129130
/**
130131
* Determines whether the current group should be skipped.
132+
*
131133
* If `skipGroupOnError` is true and the current group has previously failed,
132134
* then we should skip processing the current group.
133135
*/

0 commit comments

Comments
 (0)