fix spaces

This commit is contained in:
Robert Habermeier
2017-12-29 15:41:39 +01:00
parent a03d16c862
commit b44e8fd781
+1 -1
View File
@@ -38,7 +38,7 @@ pub trait Context {
type ValidatorId: Hash + Eq + Clone + Debug;
/// The digest (hash or other unique attribute) of a candidate.
type Digest: Hash + Eq + Clone + Debug;
/// Candidate type.
/// Candidate type.
type Candidate: Ord + Eq + Clone + Debug;
/// The group ID type
type GroupId: Hash + Ord + Eq + Clone + Debug;