Skip to content

Commit ada2ca5

Browse files
committed
I'm starting to suspect SPM doesn't like 1-commit git trees
1 parent db59482 commit ada2ca5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/StringIntegerAccess/String + Integer access.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public extension String {
1414
///
1515
/// - Parameter characterIndex: The index of a character in this string
1616
/// - Returns: An index offset by `characterIndex` from the start of the string
17-
1817
@inline(__always)
1918
func index(_ characterIndex: Int) -> Index {
2019
self.index(startIndex, offsetBy: characterIndex)

0 commit comments

Comments
 (0)