Skip to content

Commit

Permalink
Address clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed May 2, 2023
1 parent e4f9363 commit a49eafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whois/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fn desired_node_id(node: &AddedNode, authority_key: AccountId32) -> bool {
}
};

return false
false
}

fn get_authority_key(keys: SessionKeys) -> AccountId32 {
Expand Down

0 comments on commit a49eafe

Please sign in to comment.