Skip to content

Commit fb09aa8

Browse files
committed
fmt
1 parent 40bfebf commit fb09aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/src/migrations/migrate_rao.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ pub fn migrate_rao<T: Config>() -> Weight {
6262
// Convert subnets and give them lock.
6363
// Set global weight to 18% from the start
6464
// Set min lock
65-
NetworkMinLockCost::<T>::set( 1_000_000_000 );
65+
NetworkMinLockCost::<T>::set(1_000_000_000);
6666
// Set tao weight.
67-
TaoWeight::<T>::set( 3_320_413_933_267_719_290 );
67+
TaoWeight::<T>::set(3_320_413_933_267_719_290);
6868

6969
for netuid in netuids.iter().clone() {
7070
if *netuid == 0 {

0 commit comments

Comments
 (0)