Skip to content

Commit

Permalink
I'm starting to suspect SPM doesn't like 1-commit git trees
Browse files Browse the repository at this point in the history
  • Loading branch information
KyNorthstar committed Feb 29, 2020
1 parent db59482 commit ada2ca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/StringIntegerAccess/String + Integer access.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public extension String {
///
/// - Parameter characterIndex: The index of a character in this string
/// - Returns: An index offset by `characterIndex` from the start of the string

@inline(__always)
func index(_ characterIndex: Int) -> Index {
self.index(startIndex, offsetBy: characterIndex)
Expand Down

0 comments on commit ada2ca5

Please sign in to comment.