Skip to content

Commit 4f31435

Browse files
author
mkandil
committed
remove key from __beginUnsafe
1 parent 69007e8 commit 4f31435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Cxx/CxxDictionary.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public protocol CxxDictionary<Key, Value> {
3030

3131
/// Do not implement this function manually in Swift.
3232
func __beginUnsafe() -> RawIterator
33-
33+
3434
/// Do not implement this function manually in Swift.
3535
mutating func __findMutatingUnsafe(_ key: Key) -> RawMutableIterator
3636

@@ -107,4 +107,4 @@ extension CxxDictionary {
107107
}
108108
}
109109
}
110-
}
110+
}

0 commit comments

Comments
 (0)