From e9be4219b63cbb4fdfe8de8779481568a69ceb8a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 25 Aug 2024 17:35:02 +0200 Subject: style(treewide): Reformat --- src/update/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/update/mod.rs') diff --git a/src/update/mod.rs b/src/update/mod.rs index 69551ed..ce0a7e5 100644 --- a/src/update/mod.rs +++ b/src/update/mod.rs @@ -181,7 +181,8 @@ async fn process_subscription( // TODO: The algorithm is not exactly the best <2024-05-28> (Some(thumbnails), None) => Some( - thumbnails.first() + thumbnails + .first() .expect("At least one should exist") .url .clone(), -- cgit 1.4.1