Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the stray newline (and run the CI once again please)
Browse files Browse the repository at this point in the history
RGafiyatullin committed May 5, 2022

Unverified

No user is associated with the committer email.
1 parent e90167e commit df30449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/db/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1096,7 +1096,6 @@ impl<Block: BlockT> Backend<Block> {
apply_state_commit(&mut db_init_transaction, state_db_init_commit_set);

let state_pruning_used = state_db.pruning_mode();

let is_archive_pruning = state_pruning_used.is_archive();
let blockchain = BlockchainDb::new(db.clone())?;

0 comments on commit df30449

Please sign in to comment.