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