Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
fix fileprivate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Apr 16, 2018
1 parent e474607 commit aca8efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/URLEncodedForm/Data/URLEncodedFormParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private extension Data {
}
}

private extension Array {
fileprivate extension Array {
/// Accesses an array index or returns `nil` if the array isn't long enough.
fileprivate subscript(safe index: Int) -> Element? {
guard index < count else {
Expand Down

0 comments on commit aca8efc

Please sign in to comment.