Skip to content

Commit ea2f1c2

Browse files
committed
address review comment
#1394 (comment)
1 parent 74b9b45 commit ea2f1c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/date-check/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ fn collect_dates_from_file(date_regexes: &[Regex], text: &str) -> Vec<(usize, Da
7272
.collect();
7373
output.extend(results);
7474
}
75+
output.sort_by(|a, b| a.0.cmp(&b.0));
7576
output
7677
}
7778

0 commit comments

Comments
 (0)