Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 7, 2023
1 parent 5abfd5a commit fbf646c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/genesis/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ use diem_vm_genesis::{
use libra_types::{legacy_types::legacy_recovery::LegacyRecovery, ol_progress::OLProgress};

use crate::{
genesis_functions::{rounding_mint, set_final_supply, set_validator_baseline_reward, genesis_migrate_community_wallet},
genesis_functions::{
genesis_migrate_community_wallet, rounding_mint, set_final_supply,
set_validator_baseline_reward,
},
supply::{populate_supply_stats_from_legacy, SupplySettings},
};

Expand Down Expand Up @@ -153,7 +156,7 @@ pub fn encode_genesis_change_set(

// migrate community wallets
genesis_migrate_community_wallet(&mut session, r)
.expect("could not migrate community wallets");
.expect("could not migrate community wallets");
}
}
OLProgress::complete("user migration complete");
Expand Down

0 comments on commit fbf646c

Please sign in to comment.