style: apply SwiftFormat changes

This commit is contained in:
Peter Steinberger 2025-06-08 00:47:52 +01:00
parent 7976495b27
commit 8bbacfae75
2 changed files with 3 additions and 3 deletions

View file

@ -283,7 +283,7 @@ struct JSONOutputTests {
for errorCode in errorCodes { for errorCode in errorCodes {
#expect(!errorCode.rawValue.isEmpty) #expect(!errorCode.rawValue.isEmpty)
#expect(errorCode.rawValue.allSatisfy { $0.isASCII }) #expect(errorCode.rawValue.allSatisfy(\.isASCII))
} }
} }
} }