Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Apr 8, 2024
1 parent 046ce99 commit 70322bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ void isCloseToInSync_shouldCalculateWhenDistanceInRange() {
void isCloseToInSync_shouldReturnFalseWhenEmptyCurrentEpoch() {
final StorageSystem storageSystem = InMemoryStorageSystemBuilder.buildDefault();
final RecentChainData recentChainData = storageSystem.recentChainData();
final ActiveEth2P2PNetwork network = new ActiveEth2P2PNetwork(
final ActiveEth2P2PNetwork network =
new ActiveEth2P2PNetwork(
spec,
asyncRunner,
discoveryNetwork,
Expand Down

0 comments on commit 70322bc

Please sign in to comment.