From 68b5f6eca760795b78bc28c8272943cbc7dcd7e9 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 8 Jun 2025 02:03:33 +0100 Subject: [PATCH] style: apply SwiftFormat changes --- peekaboo-cli/Tests/peekabooTests/JSONOutputTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peekaboo-cli/Tests/peekabooTests/JSONOutputTests.swift b/peekaboo-cli/Tests/peekabooTests/JSONOutputTests.swift index ca44c71..a98fad8 100644 --- a/peekaboo-cli/Tests/peekabooTests/JSONOutputTests.swift +++ b/peekaboo-cli/Tests/peekabooTests/JSONOutputTests.swift @@ -283,7 +283,7 @@ struct JSONOutputTests { for errorCode in errorCodes { #expect(!errorCode.rawValue.isEmpty) - #expect(errorCode.rawValue.allSatisfy { $0.isASCII }) + #expect(errorCode.rawValue.allSatisfy(\.isASCII)) } } }