chore: cargo fmt

This commit is contained in:
Alexander Meißner
2021-06-18 15:34:58 +02:00
committed by Michael Vines
parent 6514096a67
commit 789f33e8db
11 changed files with 24 additions and 83 deletions

View File

@ -2844,10 +2844,7 @@ fn test_hard_fork_invalidates_tower() {
thread.join().unwrap();
// new slots should be rooted after hard-fork cluster relaunch
cluster
.lock()
.unwrap()
.check_for_new_roots(16, "hard fork");
cluster.lock().unwrap().check_for_new_roots(16, "hard fork");
}
#[test]