fix ligature glitch in frame/staking/src/lib.rs (#4217)

This commit is contained in:
Weiliang Li
2019-11-27 22:13:00 +09:00
committed by André Silva
parent bd652793db
commit c5a9b504f9
+1 -1
View File
@@ -445,7 +445,7 @@ type PositiveImbalanceOf<T> =
<<T as Trait>::Currency as Currency<<T as system::Trait>::AccountId>>::PositiveImbalance;
type NegativeImbalanceOf<T> =
<<T as Trait>::Currency as Currency<<T as system::Trait>::AccountId>>::NegativeImbalance;
type MomentOf<T>= <<T as Trait>::Time as Time>::Moment;
type MomentOf<T> = <<T as Trait>::Time as Time>::Moment;
/// Means for interacting with a specialized version of the `session` trait.
///