Skip to content

Commit

Permalink
cem doesn't know how to run spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea committed Jun 4, 2019
1 parent 91c92e9 commit 7774eda
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import static tech.pegasys.artemis.datastructures.util.BeaconStateUtil.slot_to_epoch;

import com.google.common.primitives.UnsignedLong;
import java.nio.ByteOrder;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
Expand Down Expand Up @@ -85,9 +84,7 @@ public static BeaconBlock lmd_ghost(
child ->
get_vote_count(start_state, store, child, attestation_targets).compareTo(max)
== 0)
.max(
Comparator.comparing(
child -> child.hash_tree_root().toHexString()))
.max(Comparator.comparing(child -> child.hash_tree_root().toHexString()))
.get();
}
}
Expand Down

0 comments on commit 7774eda

Please sign in to comment.