mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Lint breaks fmt LOL
This commit is contained in:
parent
b0f7aab1a1
commit
1b02993e98
2 changed files with 4 additions and 2 deletions
|
@ -292,7 +292,7 @@ fn parse_date(date: impl AsRef<str>) -> ParseResult<DateTime<Utc>> {
|
|||
Item::Literal(":"),
|
||||
Item::Numeric(Numeric::Second, Pad::Zero),
|
||||
]
|
||||
.iter(),
|
||||
.iter(),
|
||||
)
|
||||
.map_err(ParseError::DateParseError)?;
|
||||
parsed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue