diff options
Diffstat (limited to 'src/commands/today/wednesday.rs')
| -rw-r--r-- | src/commands/today/wednesday.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/commands/today/wednesday.rs b/src/commands/today/wednesday.rs index 0748a0b..d9bf81d 100644 --- a/src/commands/today/wednesday.rs +++ b/src/commands/today/wednesday.rs @@ -5,9 +5,5 @@ pub fn wednesday(date: chrono::NaiveDateTime) -> TodayIter { return Box::new(empty()); } - Box::new( - once( - by_url("https://www.youtube.com/watch?v=du-TY1GUFGk") - ) - ) + Box::new(once(by_url("https://www.youtube.com/watch?v=du-TY1GUFGk"))) } |
