From 0d5f2491965380282a5d0fc10030cd90e8b4a6ec Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 9 Sep 2024 08:23:53 +0300 Subject: [PATCH] Make SwiftFormat 0.54.4 happy. --- Tools/Sources/BuildSDK.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Sources/BuildSDK.swift b/Tools/Sources/BuildSDK.swift index 1fc35a67d..7a6346f50 100644 --- a/Tools/Sources/BuildSDK.swift +++ b/Tools/Sources/BuildSDK.swift @@ -47,7 +47,7 @@ struct BuildSDK: ParsableCommand { Run the following command to install them: rustup target add \(missingTargets.joined(separator: " ")) --toolchain nightly - + """ default: return nil