mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: simplify code
Swift SVN r27601
This commit is contained in:
@@ -145,7 +145,7 @@ else:
|
||||
return true
|
||||
}
|
||||
}
|
||||
return otherGenerator.next() != nil ? false : true
|
||||
return otherGenerator.next() == nil
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user