Skip to content

Commit fa497ed

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/fix-fifo-batch-failure' into fix-fifo-batch-failure
2 parents a99b842 + 8480a41 commit fa497ed

File tree

1 file changed

+1
-1
lines changed
  • powertools-sqs/src/main/java/software/amazon/lambda/powertools/sqs

1 file changed

+1
-1
lines changed

powertools-sqs/src/main/java/software/amazon/lambda/powertools/sqs/SqsUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public static <R> List<R> batchProcessor(final SQSEvent event,
503503
try {
504504
handlerReturn.add(handler.process(message));
505505
batchContext.addSuccess(message);
506-
} catch(Exception e){
506+
} catch (Exception e) {
507507

508508
// Record the failure
509509
batchContext.addFailure(message, e);

0 commit comments

Comments
 (0)