Skip to content

Commit

Permalink
checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston committed Aug 16, 2023
1 parent a7c8e59 commit d69c780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public List<AddBlockEvent> buildBlockEvents(List<ShuffleBlockInfo> shuffleBlockI
+ " bytes");
// Use final temporary variables for closures
final long _memoryUsed = memoryUsed;
List<ShuffleBlockInfo> _blocks = shuffleBlockInfosPerEvent;
final List<ShuffleBlockInfo> _blocks = shuffleBlockInfosPerEvent;
events.add(
new AddBlockEvent(
taskId,
Expand Down

0 comments on commit d69c780

Please sign in to comment.