Skip to content

Commit 483a0a5

Browse files
committed
nit
1 parent 2a5b586 commit 483a0a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/date-check/src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ impl fmt::Display for Date {
3939
fn make_date_regex() -> Regex {
4040
Regex::new(
4141
r"(?x)
42-
(?:<!--\s+date-check:\s+(\D+)\s+(\d{4})\s+-->)|
42+
(?:<!--\s+date-check:\s+(\D+)\s+(\d{4})\s+-->)
43+
|
4344
(?:<!--\s+date-check\s+-->\s+(\D+)\s+(\d{4})\b)
4445
",
4546
)

0 commit comments

Comments
 (0)