mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Use consistent formatting.
This commit is contained in:
@@ -134,7 +134,7 @@ class Thunks : NSObject {
|
||||
@objc func acceptSubclassArray(
|
||||
_ x: [Subclass],
|
||||
expecting expected: NSArray
|
||||
) {
|
||||
) {
|
||||
expectEqualSequence(
|
||||
expected.lazy.map { ObjectIdentifier($0 as AnyObject) },
|
||||
x.lazy.map { ObjectIdentifier($0 as AnyObject) }
|
||||
|
||||
Reference in New Issue
Block a user