Skip to content

Commit

Permalink
Fix results, remove original result devxoul#111
Browse files Browse the repository at this point in the history
  • Loading branch information
Paldom committed Apr 26, 2019
1 parent 9b2c06a commit 88751f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/URLMatcher/URLMatcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ open class URLMatcher {
for candidate in candidates {
guard scheme == candidate.urlValue?.scheme else { continue }
if let result = self.match(stringPathComponents, with: candidate) {
return result
results.append(result)
}
}

Expand Down

0 comments on commit 88751f1

Please sign in to comment.