[gardening] Use consistent formatting.

This commit is contained in:
practicalswift
2016-09-17 12:12:49 +02:00
parent e05afb233d
commit 3a4ee89034
19 changed files with 29 additions and 29 deletions

View File

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