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/nov_5.rs | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/commands/today/nov_5.rs') diff --git a/src/commands/today/nov_5.rs b/src/commands/today/nov_5.rs index b4eafc9..f46c126 100644 --- a/src/commands/today/nov_5.rs +++ b/src/commands/today/nov_5.rs @@ -5,13 +5,9 @@ pub fn nov_5(date: chrono::NaiveDateTime) -> TodayIter { return Box::new(empty()); } - Box::new( - once( - TodayArgs { - url: "https://www.youtube.com/watch?v=LF1951pENdk", - start: Some(Duration::seconds(25)), - end: Some(Duration::seconds(39)), - } - ) - ) + Box::new(once(TodayArgs { + url: "https://www.youtube.com/watch?v=LF1951pENdk", + start: Some(Duration::seconds(25)), + end: Some(Duration::seconds(39)), + })) } -- cgit v1.3.1