Skip to content

Commit

Permalink
Fix lonely bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Sep 8, 2023
1 parent 5f8b86b commit 8ba996c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public UInt64 pruneFinalizedBlocks(final UInt64 lastSlotToPrune, final int prune
LOG.debug(
() ->
String.format(
"Earliest block slot stored is %s}",
"Earliest block slot stored is %s",
earliestBlockSlot.isEmpty() ? "EMPTY" : earliestBlockSlot.get().toString()));
if (earliestBlockSlot.isEmpty()) {
return lastSlotToPrune;
Expand Down

0 comments on commit 8ba996c

Please sign in to comment.