Skip to content

Commit f711f82

Browse files
committed
misc: add linter
1 parent 1d76b62 commit f711f82

File tree

1 file changed

+1
-1
lines changed
  • aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client

1 file changed

+1
-1
lines changed

aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/UserFault.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private static <T extends Throwable> T filterStackTrace(T t, Set<Throwable> visi
9696
}
9797

9898
Throwable[] suppressedExceptions = t.getSuppressed();
99-
for(Throwable suppressed: suppressedExceptions) {
99+
for (Throwable suppressed: suppressedExceptions) {
100100
if (!visitedSuppressed.contains(suppressed)) {
101101
visitedSuppressed.add(suppressed);
102102
filterStackTrace(suppressed, visited, visitedSuppressed);

0 commit comments

Comments
 (0)