to to/the the (#5590)

This commit is contained in:
Michael Vines
2019-08-21 17:46:59 -07:00
committed by GitHub
parent 80f618f011
commit faafee6b42
4 changed files with 4 additions and 4 deletions

View File

@ -204,7 +204,7 @@ impl<T: Serialize + Clone> StatusCache<T> {
}
pub fn from_slot_deltas(slot_deltas: &[SlotDelta<T>]) -> Self {
// play all deltas back into the the status cache
// play all deltas back into the status cache
let mut me = Self::default();
me.append(slot_deltas);
me