From 582595a09f3089e721cbd06d774e945113209129 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Feb 2024 14:26:07 +0000 Subject: [PATCH] Apply deferred rustfmt churn --- src/client.rs | 4 +--- src/options.rs | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/client.rs b/src/client.rs index 08e0e10..fdb9c3f 100644 --- a/src/client.rs +++ b/src/client.rs @@ -231,9 +231,7 @@ impl std::fmt::Display for ClientError { write!( f, "{} (HTTP status {}; retrieving URL: {})", - msg, - status, - url + msg, status, url ) } ClientError::JSONParse(ref url, ref msg) => { diff --git a/src/options.rs b/src/options.rs index a1a5798..5b75364 100644 --- a/src/options.rs +++ b/src/options.rs @@ -411,9 +411,7 @@ impl OtherUserOptionsMenu { let el_languages = EditableMenuLine::new( Pr('L'), ColouredString::plain(" Include languages: "), - LanguageVector( - rel.languages.clone().unwrap_or_default(), - ), + LanguageVector(rel.languages.clone().unwrap_or_default()), ); let cl_follow_request = if rel.requested_by { -- 2.30.2