From 728d951b87ae9ba15ca1453d24ce9ce618badd5a Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 16 Aug 2024 05:18:39 -0400 Subject: repo: apply rustfmt --- src/commands/today/thursday.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/commands/today/thursday.rs') 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"))) } -- cgit v1.3.1