mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
Cleanup some warnings (#7816)
* client: cleanup redundant semicolon warnings * grandpa: remove usage of deprecated compare_and_swap
This commit is contained in:
@@ -1224,7 +1224,7 @@ mod test {
|
||||
#[test]
|
||||
fn finalize_with_descendent_works() {
|
||||
#[derive(Debug, PartialEq)]
|
||||
struct Change { effective: u64 };
|
||||
struct Change { effective: u64 }
|
||||
|
||||
let (mut tree, is_descendent_of) = {
|
||||
let mut tree = ForkTree::new();
|
||||
|
||||
Reference in New Issue
Block a user