Skip to content

Commit 3e7b3b7

Browse files
committed
fmt
1 parent acc72ea commit 3e7b3b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pallets/inflation/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,7 @@ pub mod pallet {
347347
let config = Self::readjusted_config();
348348
ActiveInflationConfig::<T>::put(config.clone());
349349

350-
Self::deposit_event(Event::<T>::DecayRateUpdated {
351-
config,
352-
});
350+
Self::deposit_event(Event::<T>::DecayRateUpdated { config });
353351

354352
Ok(().into())
355353
}

0 commit comments

Comments
 (0)