[gardening] Fix accidental trailing whitespace.

This commit is contained in:
practicalswift
2016-10-29 10:22:58 +02:00
parent 3616567dbd
commit cc852042c9
165 changed files with 1002 additions and 1002 deletions

View File

@@ -492,7 +492,7 @@ public protocol RangeReplaceableCollection
/// Removes and returns the first element of the collection.
///
/// The collection must not be empty.
///
///
/// var bugs = ["Aphid", "Bumblebee", "Cicada", "Damselfly", "Earwig"]
/// bugs.removeFirst()
/// print(bugs)
@@ -1182,7 +1182,7 @@ extension RangeReplaceableCollection {
) where C : Collection, C.Iterator.Element == Iterator.Element {
Builtin.unreachable()
}
@available(*, unavailable, renamed: "remove(at:)")
public mutating func removeAtIndex(_ i: Index) -> Iterator.Element {
Builtin.unreachable()