From 3922d3d53716575d5637e7b55f687af828079bd8 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 8 Nov 2022 11:09:05 +0100 Subject: [PATCH] Improve formatting --- tools/automator/src/pull_requests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/automator/src/pull_requests.rs b/tools/automator/src/pull_requests.rs index 582c5299a..102174632 100644 --- a/tools/automator/src/pull_requests.rs +++ b/tools/automator/src/pull_requests.rs @@ -51,8 +51,8 @@ impl PullRequestsSinceLastRelease { pull_request.title.ok_or_else(|| { anyhow!("Release PR is missing title") })?; - let version = find_version_in_str(&title)?; + let version = find_version_in_str(&title)?; let version = version.ok_or_else(|| { anyhow!( "Pull request title contains no version:\