style: apply SwiftFormat changes

This commit is contained in:
Peter Steinberger 2025-06-08 02:03:33 +01:00
parent d5df3ec53e
commit 68b5f6eca7

View file

@ -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))
}
}
}