Skip to content

Commit 5048f7f

Browse files
dtmeadowsstainless-app[bot]
authored andcommitted
fix(docs): format
1 parent ed187c8 commit 5048f7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lithic-java-example/src/main/java/com/lithic/example

lithic-java-example/src/main/java/com/lithic/example/Main.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public static void example() {
5757
.begin(OffsetDateTime.now(ZoneOffset.UTC).minusDays(7))
5858
.build();
5959
Stream<NonPciCard> cardsCreatedLastWeek = client.cards().list(listParams).autoPager().stream();
60-
Long totalSpendLimit = cardsCreatedLastWeek.mapToLong(NonPciCard::spendLimit).sum();
60+
Long totalSpendLimit =
61+
cardsCreatedLastWeek.mapToLong(NonPciCard::spendLimit).sum();
6162
System.out.println("Spend limit of cards created within the last week: " + totalSpendLimit);
6263
}
6364

0 commit comments

Comments
 (0)