fix typo (#24937)
This commit is contained in:
parent
755100dd7c
commit
fd44198c0a
|
@ -134,7 +134,7 @@ impl PartialOrd for BankSnapshotInfo {
|
|||
}
|
||||
}
|
||||
|
||||
// Order BankSnapshotInfo by slot (ascending), which practially is sorting chronologically
|
||||
// Order BankSnapshotInfo by slot (ascending), which practically is sorting chronologically
|
||||
impl Ord for BankSnapshotInfo {
|
||||
fn cmp(&self, other: &Self) -> Ordering {
|
||||
self.slot.cmp(&other.slot)
|
||||
|
|
Loading…
Reference in New Issue