Cleanup some warnings (#7816)

* client: cleanup redundant semicolon warnings

* grandpa: remove usage of deprecated compare_and_swap
This commit is contained in:
André Silva
2021-01-03 23:29:46 +00:00
committed by GitHub
parent 672a2912b8
commit e367d57baf
6 changed files with 9 additions and 9 deletions
@@ -25,7 +25,7 @@ use parking_lot::RwLockWriteGuard;
use sp_blockchain::{BlockStatus, well_known_cache_keys};
use sc_client_api::{backend::Backend, utils::is_descendent_of};
use sp_utils::mpsc::TracingUnboundedSender;
use sp_api::{TransactionFor};
use sp_api::TransactionFor;
use sp_consensus::{
BlockImport, Error as ConsensusError,