mirror of
https://github.com/bspeice/dtparse
synced 2025-09-16 11:31:07 -04:00
fmt code
This commit is contained in:
@ -43,6 +43,9 @@ fn main() {
|
|||||||
)
|
)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.0,
|
.0,
|
||||||
NaiveDate::from_ymd_opt(2015, 9, 10).unwrap().and_hms_opt(10, 20, 0).unwrap()
|
NaiveDate::from_ymd_opt(2015, 9, 10)
|
||||||
|
.unwrap()
|
||||||
|
.and_hms_opt(10, 20, 0)
|
||||||
|
.unwrap()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user