Skip to content

Commit 8480a41

Browse files
Update powertools-sqs/src/main/java/software/amazon/lambda/powertools/sqs/SqsUtils.java
Co-authored-by: Jérôme Van Der Linden <[email protected]>
1 parent c0cd20b commit 8480a41

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)