aboutsummaryrefslogtreecommitdiff
path: root/src/internal/timer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/timer.rs')
-rw-r--r--src/internal/timer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/timer.rs b/src/internal/timer.rs
index fa2fcc2..18ca672 100644
--- a/src/internal/timer.rs
+++ b/src/internal/timer.rs
@@ -14,7 +14,7 @@ impl Timer {
Timer {
due: Utc::now() + duration,
- duration: duration,
+ duration,
}
}