aboutsummaryrefslogtreecommitdiff
path: root/src/commands/today/wednesday.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 05:18:39 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 05:18:39 -0400
commit728d951b87ae9ba15ca1453d24ce9ce618badd5a (patch)
tree55f77c3d9c3fe0f7d659161fa85c729981cee27b /src/commands/today/wednesday.rs
parent7d47be4c40ac8f9a9c33ae8c78e44d20c2c46ef6 (diff)
repo: apply rustfmt
Diffstat (limited to 'src/commands/today/wednesday.rs')
-rw-r--r--src/commands/today/wednesday.rs6
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")))
}