ran cargo fmt

This commit is contained in:
mjkeating 2019-03-08 16:37:01 -08:00
parent d4f3bab68d
commit 7db2b51876

View File

@ -1269,17 +1269,9 @@ impl TreeHash for BeaconState {
result.append(&mut self.fork.hash_tree_root());
result.append(&mut self.validator_registry.hash_tree_root());
result.append(&mut self.validator_balances.hash_tree_root());
result.append(
&mut self
.validator_registry_update_epoch
.hash_tree_root(),
);
result.append(&mut self.validator_registry_update_epoch.hash_tree_root());
result.append(&mut self.latest_randao_mixes.hash_tree_root());
result.append(
&mut self
.previous_shuffling_start_shard
.hash_tree_root(),
);
result.append(&mut self.previous_shuffling_start_shard.hash_tree_root());
result.append(&mut self.current_shuffling_start_shard.hash_tree_root());
result.append(&mut self.previous_shuffling_epoch.hash_tree_root());
result.append(&mut self.current_shuffling_epoch.hash_tree_root());