Skip to content

Commit

Permalink
chore: format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Apr 5, 2021
1 parent c9711e6 commit b10f206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl From<Duration> for TimePoint {

impl From<TimePoint> for Duration {
fn from(t: TimePoint) -> Self {
t.0
t.0
}
}

Expand Down

0 comments on commit b10f206

Please sign in to comment.