refactor: address review comments

pull/24376/head
Nga Tran 2021-08-30 16:31:59 -04:00
parent 7edb3fd270
commit b42784d8a0
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ where
fn potential_overlap(&self, other: &Self) -> Result<bool> {
// This algorithm assumes that the keys are sorted by name (so
// they can't appear in different orders on the two sides) except
// the "time"column which is always the last column
// the "time" column which is always the last column
debug_assert!(self
.key_summaries
.windows(2)