mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-25 09:25:47 +00:00
style: apply SwiftFormat changes
This commit is contained in:
parent
d5df3ec53e
commit
68b5f6eca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue