From bb00ac7dbc5ff970139c219d64815603470ea1c1 Mon Sep 17 00:00:00 2001 From: Richard Groves Date: Thu, 3 Dec 2015 16:59:53 +0000 Subject: [PATCH] Fixing whitespace formatting Line 231 wasn't indented --- Foundation/NSArray.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/NSArray.swift b/Foundation/NSArray.swift index f98a940798..d6bcf79cf1 100644 --- a/Foundation/NSArray.swift +++ b/Foundation/NSArray.swift @@ -228,7 +228,7 @@ public class NSArray : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NS return NSNotFound } -public func isEqualToArray(otherArray: [AnyObject]) -> Bool { + public func isEqualToArray(otherArray: [AnyObject]) -> Bool { if count != otherArray.count { return false }